Skip to content

Commit

Permalink
Update descriptive words
Browse files Browse the repository at this point in the history
  • Loading branch information
iewnfod committed Aug 31, 2023
1 parent 6f9183d commit 4360034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ def update_version():
('-t', '--time', get_time, 'To show the time for the script to run'),
('-k', '--keywords', show_keywords, 'To show all the keywords'),
('-ne', '--no-error', remove_error, 'To remove all error messages'),
('-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)')
]

0 comments on commit 4360034

Please sign in to comment.