Change help message for --update
This commit is contained in:
parent
9cbba5eeac
commit
d14e72fc25
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ def main() -> None:
|
|||
help="List all programs from the configuration file",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-u", "--update", action="store_true", help="Update git repos",
|
||||
"-u", "--update", action="store_true", help="Update programs",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-H", "--hide_commands", action="store_true", help="Hide command outputs",
|
||||
|
|
Loading…
Add table
Reference in a new issue