projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8459a5
)
Patch from Jim Treadway -- fix a missing "\" in usage.h
author
Eric Andersen
<andersen@codepoet.org>
Sat, 13 Apr 2002 14:48:51 +0000
(14:48 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 13 Apr 2002 14:48:51 +0000
(14:48 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 98a9f32cd0a0b8b798ce05a2360c9363f3d28fe3..bd5e913c0eda89c229bea40be3704bf2dda21887 100644
(file)
--- 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" \