aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-06-15 07:00:54 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-06-15 07:00:54 +0000
commit90e9e2c71f1e3ed8031334106594ef7fa9e0173b (patch)
tree883128b27d06fd0395736f449fc6f4b27781c005
parentc57e62302b00d5bb236b167e1364cd7daae68a08 (diff)
downloadbusybox-w32-90e9e2c71f1e3ed8031334106594ef7fa9e0173b.tar.gz
busybox-w32-90e9e2c71f1e3ed8031334106594ef7fa9e0173b.tar.bz2
busybox-w32-90e9e2c71f1e3ed8031334106594ef7fa9e0173b.zip
Fix rpm usage msg
git-svn-id: svn://busybox.net/trunk/busybox@6928 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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"