diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-10 00:17:22 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-10 00:17:22 +0000 |
commit | b72a735a320eb60d29bc1580138c06ae7c9d321c (patch) | |
tree | 4923918fadcaac4fdaa5d4197a4e5bafd22b9b2e /include/usage.h | |
parent | 62fae308a3d92d987711d08f3d36b0ad753c2e18 (diff) | |
download | busybox-w32-b72a735a320eb60d29bc1580138c06ae7c9d321c.tar.gz busybox-w32-b72a735a320eb60d29bc1580138c06ae7c9d321c.tar.bz2 busybox-w32-b72a735a320eb60d29bc1580138c06ae7c9d321c.zip |
rpm applet by Laurence Anderson
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 17fd4073a..5b357a218 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1696,6 +1696,19 @@ | |||
1696 | "\t-n\tDont resolve names.\n" \ | 1696 | "\t-n\tDont resolve names.\n" \ |
1697 | "\t-e\tDisplay other/more information" | 1697 | "\t-e\tDisplay other/more information" |
1698 | 1698 | ||
1699 | #define rpm_trivial_usage \ | ||
1700 | "-i -q[ildc]p package.rpm" | ||
1701 | #define rpm_full_usage \ | ||
1702 | "Manipulates RPM packages" \ | ||
1703 | "Options:" \ | ||
1704 | "\t-i Install package" \ | ||
1705 | "\t-q Query package" \ | ||
1706 | "\t\t-p Query uninstalled package" \ | ||
1707 | "\t\t-i Show information" \ | ||
1708 | "\t\t-l List contents" \ | ||
1709 | "\t\t-d List documents" \ | ||
1710 | "\t\t-c List config files" | ||
1711 | |||
1699 | #define rpm2cpio_trivial_usage \ | 1712 | #define rpm2cpio_trivial_usage \ |
1700 | "package.rpm" | 1713 | "package.rpm" |
1701 | #define rpm2cpio_full_usage \ | 1714 | #define rpm2cpio_full_usage \ |