mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated alignment
This commit is contained in:
parent
11d9e81e57
commit
32b5bc967a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class NewConfig(Configs):
|
|||
|
||||
def prompt(self):
|
||||
""" Prompt K, O, R selection for every single file. """
|
||||
print(f"\n ({self.byellow}K{self.endc})eep, ({self.byellow}O{self.endc})verwrite, "
|
||||
print(f"\n{'':>2}({self.byellow}K{self.endc})eep, ({self.byellow}O{self.endc})verwrite, "
|
||||
f"({self.byellow}R{self.endc})emove, ({self.byellow}D{self.endc})iff\n")
|
||||
if self.slpkg_config_new.is_file():
|
||||
make = input(f'{self.bgreen}{self.slpkg_config_new}{self.endc} - '
|
||||
|
|
Loading…
Reference in a new issue