Patch from Jim Treadway -- fix a missing "\" in usage.h

This commit is contained in:
Eric Andersen 2002-04-13 14:48:51 +00:00
parent c8459a5a8f
commit 9fe5f98de4

View File

@ -318,7 +318,7 @@
"\t-d\toutput will be in DOS format"
#define dpkg_trivial_usage \
"-i package_file\n"
"-i package_file\n" \
"[-CPru] package_name"
#define dpkg_full_usage \
"\t-i\tInstall the package\n" \