Implement suggestions from Fabian. Thanks!

This commit is contained in:
Jonathan Dowland 2018-01-09 17:19:21 +00:00
parent d0aca32411
commit 45880bd205
2 changed files with 4 additions and 4 deletions

View file

@ -489,9 +489,9 @@ def usage():
% sys.argv[0])
print(" -c : Provide documentation for the specified configuration file")
print(" (matches the given tag name in the source file)")
print(" -s : Package name (for substitution)")
print(" -z : Package short-name (for substitution)")
print(" -n : Program name (for substitution)")
print(" -s : Package name, e.g. Chocolate Doom (for substitution)")
print(" -z : Package short-name, e.g. Chocolate (for substitution)")
print(" -n : Program name, e.g. chocolate (for substitution)")
print(" -m : Manpage output")
print(" -w : Wikitext output")
print(" -p : Plaintext output")

View file

@ -6,7 +6,7 @@
[\fIOPTIONS\fR]
.SH DESCRIPTION
.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.
.br
@content