diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-13 14:48:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-13 14:48:51 +0000 |
commit | 9fe5f98de48ec3ef3793a10e76fdf4a99d6038fe (patch) | |
tree | 827ba4ded5d2501b5981485e6b0c97b7faff67f1 | |
parent | c8459a5a8f692faead7f26a6905b056805767bab (diff) | |
download | busybox-w32-9fe5f98de48ec3ef3793a10e76fdf4a99d6038fe.tar.gz busybox-w32-9fe5f98de48ec3ef3793a10e76fdf4a99d6038fe.tar.bz2 busybox-w32-9fe5f98de48ec3ef3793a10e76fdf4a99d6038fe.zip |
Patch from Jim Treadway -- fix a missing "\" in usage.h
-rw-r--r-- | include/usage.h | 2 |
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 @@ | |||
318 | "\t-d\toutput will be in DOS format" | 318 | "\t-d\toutput will be in DOS format" |
319 | 319 | ||
320 | #define dpkg_trivial_usage \ | 320 | #define dpkg_trivial_usage \ |
321 | "-i package_file\n" | 321 | "-i package_file\n" \ |
322 | "[-CPru] package_name" | 322 | "[-CPru] package_name" |
323 | #define dpkg_full_usage \ | 323 | #define dpkg_full_usage \ |
324 | "\t-i\tInstall the package\n" \ | 324 | "\t-i\tInstall the package\n" \ |