Skip to content

Commit

Permalink
Updated help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-afk authored Jan 27, 2023
1 parent 99e4585 commit 27e284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_extension_replacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

help_text = "File Extension Replacer\nusage: " + sys.argv[0] + " [OPTIONS] root oExt nExt\n\
This utility replaces a chosen file extension with a new one.\n\
The utility does so on all files in the selected directory, SUBDIRECTORIES INCLUDED.\n\
The utility does so on all files in the selected directory, SUBDIRECTORIES INCLUDED by default.\n\
Arguments meaning:\n\
root The path to the folder where this program will be executed (insert \".\" to use the current working directory)\n\
oExt The file extension to delete (e.g., \".txt\")\n\
Expand Down

0 comments on commit 27e284e

Please sign in to comment.