Implement suggestions from Fabian. Thanks!
This commit is contained in:
parent
d0aca32411
commit
45880bd205
2 changed files with 4 additions and 4 deletions
|
|
@ -489,9 +489,9 @@ def usage():
|
||||||
% sys.argv[0])
|
% sys.argv[0])
|
||||||
print(" -c : Provide documentation for the specified configuration file")
|
print(" -c : Provide documentation for the specified configuration file")
|
||||||
print(" (matches the given tag name in the source file)")
|
print(" (matches the given tag name in the source file)")
|
||||||
print(" -s : Package name (for substitution)")
|
print(" -s : Package name, e.g. Chocolate Doom (for substitution)")
|
||||||
print(" -z : Package short-name (for substitution)")
|
print(" -z : Package short-name, e.g. Chocolate (for substitution)")
|
||||||
print(" -n : Program name (for substitution)")
|
print(" -n : Program name, e.g. chocolate (for substitution)")
|
||||||
print(" -m : Manpage output")
|
print(" -m : Manpage output")
|
||||||
print(" -w : Wikitext output")
|
print(" -w : Wikitext output")
|
||||||
print(" -p : Plaintext output")
|
print(" -p : Plaintext output")
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
[\fIOPTIONS\fR]
|
[\fIOPTIONS\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.PP
|
.PP
|
||||||
@PACKAGE_NAME@ is a port of Id Software's 1993 game "Doom" that is designed
|
@PACKAGE_SHORTNAME@ Doom is a port of Id Software's 1993 game "Doom" that is designed
|
||||||
to behave as similar to the original DOS version of Doom as is possible.
|
to behave as similar to the original DOS version of Doom as is possible.
|
||||||
.br
|
.br
|
||||||
@content
|
@content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue