codezoned/ScriptsDump

incorrect usage

Closed this issue · 0 comments

Usage:
python upper treat_names_here.py
python lower treat_names_here.py
python capitalize treat_names_here.py
"""

python upper treat_names_here.py here python assumes upper to be a file & tries to process it (causing error)
command-line arguments should be given after the file name i.e. python treat_names_here.py upper