We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9183d commit 4360034Copy full SHA for 4360034
src/options.py
@@ -87,5 +87,5 @@ def update_version():
87
('-t', '--time', get_time, 'To show the time for the script to run'),
88
('-k', '--keywords', show_keywords, 'To show all the keywords'),
89
('-ne', '--no-error', remove_error, 'To remove all error messages'),
90
- ('-u', '--update', update_version, 'To check or update the version (only work if you are installing with git)')
+ ('-u', '--update', update_version, 'To check or update the version (only if this is installed with git)')
91
]
0 commit comments