mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated for help & version
This commit is contained in:
parent
4de6e2a59e
commit
35be3171ce
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ class Help(Configs):
|
||||||
'dependees': "Show which packages depend on.",
|
'dependees': "Show which packages depend on.",
|
||||||
'tracking': "Tracking the package dependencies."
|
'tracking': "Tracking the package dependencies."
|
||||||
}
|
}
|
||||||
|
help_commands['-h'] = help_commands['--help']
|
||||||
|
help_commands['-v'] = help_commands['--version']
|
||||||
help_commands['-u'] = help_commands['update']
|
help_commands['-u'] = help_commands['update']
|
||||||
help_commands['-U'] = help_commands['upgrade']
|
help_commands['-U'] = help_commands['upgrade']
|
||||||
help_commands['-c'] = help_commands['check-updates']
|
help_commands['-c'] = help_commands['check-updates']
|
||||||
|
|
Loading…
Reference in a new issue