Patch from Jim Treadway -- fix a missing "\" in usage.h
This commit is contained in:
@ -318,7 +318,7 @@
|
|||||||
"\t-d\toutput will be in DOS format"
|
"\t-d\toutput will be in DOS format"
|
||||||
|
|
||||||
#define dpkg_trivial_usage \
|
#define dpkg_trivial_usage \
|
||||||
"-i package_file\n"
|
"-i package_file\n" \
|
||||||
"[-CPru] package_name"
|
"[-CPru] package_name"
|
||||||
#define dpkg_full_usage \
|
#define dpkg_full_usage \
|
||||||
"\t-i\tInstall the package\n" \
|
"\t-i\tInstall the package\n" \
|
||||||
|
Reference in New Issue
Block a user