mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for the check option
This commit is contained in:
parent
0e6f035974
commit
dcf1a408a1
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ class Usage(Configs):
|
|||
f' {self.cyan}-t, tracking{self.endc} <packages> Display and tracking the packages dependencies.\n'
|
||||
f'\n{self.bold}OPTIONS:{self.endc}\n'
|
||||
f' {self.yellow}-y, --yes{self.endc} Answer Yes to all questions.\n'
|
||||
f' {self.yellow}-c, --check{self.endc} Check a procedure before you run it.\n'
|
||||
f' {self.yellow}-c, --check{self.endc} Check a procedure before you run it, to be\n'
|
||||
f'{"":>28}used with update or upgrade commands.\n'
|
||||
f' {self.yellow}-O, --resolve-off{self.endc} Turns off dependency resolving.\n'
|
||||
f' {self.yellow}-r, --reinstall{self.endc} Upgrade packages of the same version.\n'
|
||||
f' {self.yellow}-k, --skip-installed{self.endc} Skip installed packages during the building\n'
|
||||
|
|
Loading…
Add table
Reference in a new issue