On a Linux system, typing is typical progname --helpto see the help output for this program. After that, you will see a description of the type:progname [SWITCHES] [FILES]... [ETC]
My question is: is there a standardized syntax for its appearance (using the command line)?
To describe things like extra keys, a few options (like a list of files), switch patterns, etc. There seems to be a standard so that anyone who knows it can accurately interpret your documentation.
Note. This is purely writing my documentation, not an analysis of the arguments.
source
share