> python generator.py –help
Opening –help
Outputting start code…
Outputting template…
Writing out finish…
Done
Do’h!!
> ls
–help generator.py> rm –help
rm: illegal option — –
usage: rm [-f | -i] [-dPRrvW] file …
unlink file> rm “–help”
rm: illegal option — –
usage: rm [-f | -i] [-dPRrvW] file …
unlink file
Gah! and hooray for GUIs
You want:
rm — –help
Cheers
Should have shown you how to test it as well.
touch — –help
ls
rm — –help
ls