I have a file parsing option flags from command line input, and if you pass in -h
, it's giving an error.
h)
usage
exit 1
;;
returns: usage: command not found
Does anybody know what’s going on here? I've found many examples that use usage
, so I would think it should work. I can’t seem to find any relevant info on it searching google.