aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-28 01:27:07 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-28 01:27:07 +0000
commit8779e971edeb8da04c4dc93f27fb657db3421e50 (patch)
tree7f4ef4aab6b7e4f76f2b033cbfb2044ecdfb0156 /package/opkg
parent7983e442e115142fe55c24890f499374088444f0 (diff)
downloadupstream-8779e971edeb8da04c4dc93f27fb657db3421e50.tar.gz
upstream-8779e971edeb8da04c4dc93f27fb657db3421e50.tar.bz2
upstream-8779e971edeb8da04c4dc93f27fb657db3421e50.zip
opkg: fix usage to reflect change in the upgrade command
SVN-Revision: 20531
Diffstat (limited to 'package/opkg')
-rw-r--r--package/opkg/patches/009-remove-upgrade-all.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/opkg/patches/009-remove-upgrade-all.patch b/package/opkg/patches/009-remove-upgrade-all.patch
index 0c3f6cf4a1..be76ef53ce 100644
--- a/package/opkg/patches/009-remove-upgrade-all.patch
+++ b/package/opkg/patches/009-remove-upgrade-all.patch
@@ -27,3 +27,14 @@
{"list", 0, (opkg_cmd_fun_t)opkg_list_cmd, PFM_SOURCE},
{"list_installed", 0, (opkg_cmd_fun_t)opkg_list_installed_cmd, PFM_SOURCE},
{"list-installed", 0, (opkg_cmd_fun_t)opkg_list_installed_cmd, PFM_SOURCE},
+--- a/src/opkg-cl.c
++++ b/src/opkg-cl.c
+@@ -187,7 +187,7 @@ usage()
+
+ printf("\nPackage Manipulation:\n");
+ printf("\tupdate Update list of available packages\n");
+- printf("\tupgrade Upgrade installed packages\n");
++ printf("\tupgrade <pkgs> Upgrade package(s)\n");
+ printf("\tinstall <pkgs> Install package(s)\n");
+ printf("\tconfigure <pkgs> Configure unpacked package(s)\n");
+ printf("\tremove <pkgs|regexp> Remove package(s)\n");