summaryrefslogtreecommitdiff
path: root/src/del.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/del.c')
-rw-r--r--src/del.c2
1 files changed, 1 insertions, 1 deletions
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,
};