aboutsummaryrefslogtreecommitdiff
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
parenta8da17acefe5fb16f9f55bb50d36484befb73f22 (diff)
downloadbusybox-w32-dfce3536ace2bcd38bdd3731841998ce344d786e.tar.gz
busybox-w32-dfce3536ace2bcd38bdd3731841998ce344d786e.tar.bz2
busybox-w32-dfce3536ace2bcd38bdd3731841998ce344d786e.zip
Fix rpm usage msg
-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 @@
1872 "-i -q[ildc]p package.rpm" 1872 "-i -q[ildc]p package.rpm"
1873#define rpm_full_usage \ 1873#define rpm_full_usage \
1874 "Manipulates RPM packages" \ 1874 "Manipulates RPM packages" \
1875 "Options:" \ 1875 "\n\nOptions:" \
1876 "\t-i Install package" \ 1876 "\n\t-i Install package" \
1877 "\t-q Query package" \ 1877 "\n\t-q Query package" \
1878 "\t\t-p Query uninstalled package" \ 1878 "\n\t-p Query uninstalled package" \
1879 "\t\t-i Show information" \ 1879 "\n\t-i Show information" \
1880 "\t\t-l List contents" \ 1880 "\n\t-l List contents" \
1881 "\t\t-d List documents" \ 1881 "\n\t-d List documents" \
1882 "\t\t-c List config files" 1882 "\n\t-c List config files"
1883 1883
1884#define rpm2cpio_trivial_usage \ 1884#define rpm2cpio_trivial_usage \
1885 "package.rpm" 1885 "package.rpm"