summaryrefslogtreecommitdiffstats
path: root/libopkg/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/args.c')
-rw-r--r--libopkg/args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/args.c b/libopkg/args.c
index d767bfb..1f681c7 100644
--- a/libopkg/args.c
+++ b/libopkg/args.c
@@ -267,6 +267,7 @@ void args_usage(char *complaint)
printf("\nInformational Commands:\n");
printf("\tlist List available packages and descriptions\n");
printf("\tlist_installed List all and only the installed packages and description \n");
+ printf("\tlist_upgradable List all the installed and upgradable packages\n");
printf("\tfiles <pkg> List all files belonging to <pkg>\n");
printf("\tsearch <file|regexp> Search for a package providing <file>\n");
printf("\tinfo [pkg|regexp] Display all info for <pkg>\n");