Getting Help
- -h
- --help
$ passwd -h # get some help
$ passwd --help # get some help
$ ls -h # show how sizes are d
$ ls --help # some help
$ echo -h # just prints -h
$ echo --help # just prints --help