aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-15 07:00:54 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-15 07:00:54 +0000
commitdfce3536ace2bcd38bdd3731841998ce344d786e (patch)
tree883128b27d06fd0395736f449fc6f4b27781c005 /include
parenta8da17acefe5fb16f9f55bb50d36484befb73f22 (diff)
downloadbusybox-dfce3536ace2bcd38bdd3731841998ce344d786e.tar.gz
Fix rpm usage msg
Diffstat (limited to 'include')
-rw-r--r--include/usage.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index 910011115..9b5f484c1 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1872,14 +1872,14 @@
"-i -q[ildc]p package.rpm"
#define rpm_full_usage \
"Manipulates RPM packages" \
- "Options:" \
- "\t-i Install package" \
- "\t-q Query package" \
- "\t\t-p Query uninstalled package" \
- "\t\t-i Show information" \
- "\t\t-l List contents" \
- "\t\t-d List documents" \
- "\t\t-c List config files"
+ "\n\nOptions:" \
+ "\n\t-i Install package" \
+ "\n\t-q Query package" \
+ "\n\t-p Query uninstalled package" \
+ "\n\t-i Show information" \
+ "\n\t-l List contents" \
+ "\n\t-d List documents" \
+ "\n\t-c List config files"
#define rpm2cpio_trivial_usage \
"package.rpm"