[[project @ 2003-08-27 08:53:17 by panne] panne**20030827085317 Added a section about commandline arguments ] { hunk ./docs/coding-style.html 5 -
-v
and --verbose
options should be
+used to generate verbose output (intended for the user).
+
+-d
and --debug
options should be
+used to generate debugging output (intended for the developer).
+
+-?
and --help
options should be used
+to display usage information on stdout. The program should exit
+successfully afterwards.
+
+-V
and --version
options should be
+used to output version information on stdout, which includes one line
+of the form 'Program version
+Major.Minor[.Patchlevel] ...
'. The program
+should exit successfully afterwards.
+