mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Removed new-configs
This commit is contained in:
parent
c03978c0b1
commit
13a5c33157
1 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ class Help(Configs):
|
|||
'upgrade': "Upgrade all the installed packages if the newer version exists in the repository.",
|
||||
'check-updates': "Check if there is any news on the SlackBuild's ChangeLog.txt file.",
|
||||
'configs': "Edit the configuration '/etc/slpkg/slpkg.toml' file.",
|
||||
'new-configs': "Managing the '.new' configuration files is easy and fast. Move, copy or remove them.",
|
||||
'clean-logs': "Cleans dependencies log tracking. After that procedure you should remove dependencies "
|
||||
"by hand.",
|
||||
'clean-tmp': "Deletes all the downloaded SlackBuilds scripts and sources.",
|
||||
|
@ -51,7 +50,6 @@ class Help(Configs):
|
|||
help_commands['-U'] = help_commands['upgrade']
|
||||
help_commands['-c'] = help_commands['check-updates']
|
||||
help_commands['-g'] = help_commands['configs']
|
||||
help_commands['-N'] = help_commands['new-configs']
|
||||
help_commands['-L'] = help_commands['clean-logs']
|
||||
help_commands['-D'] = help_commands['clean-tmp']
|
||||
help_commands['-T'] = help_commands['clean-data']
|
||||
|
|
Loading…
Reference in a new issue