aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-13 14:48:51 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-13 14:48:51 +0000
commit9fe5f98de48ec3ef3793a10e76fdf4a99d6038fe (patch)
tree827ba4ded5d2501b5981485e6b0c97b7faff67f1 /include/usage.h
parentc8459a5a8f692faead7f26a6905b056805767bab (diff)
downloadbusybox-9fe5f98de48ec3ef3793a10e76fdf4a99d6038fe.tar.gz
Patch from Jim Treadway -- fix a missing "\" in usage.h
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 98a9f32cd..bd5e913c0 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -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" \