From 61213c401886884b73406c0e536b2f5ee97425e1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 19 Jun 2009 15:40:37 +0200 Subject: improve --help output apk --help will list the generic options only and give a list of commands To get the details for a spefic command, 'apk command --help' should be used. --- src/del.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/del.c') diff --git a/src/del.c b/src/del.c index 2a07eee..b5b0477 100644 --- a/src/del.c +++ b/src/del.c @@ -60,7 +60,7 @@ out: static struct apk_applet apk_del = { .name = "del", - .usage = "apkname...", + .usage = "PACKAGE...", .main = del_main, }; -- cgit v1.2.3