Yes, -h and --help options are standard ways for Unix and GNU programs to display a brief help message, usually a one-line description of the program with argument syntax.
If you are using bash, it provides a 'help' command for information on bash subcommands, which is what many of the most basic Un*x shell commands really are: cd, echo, fg, kill, etc.