diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-06-25 15:14:07 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-06-25 15:14:07 +0300 |
commit | 7a29678aac20ac9e113704f8a5743f6051edef8d (patch) | |
tree | 11c9583a66fa5fc1122e6d993b92dc7cd591e237 /src/del.c | |
parent | 3a488564753cee51832b6824128249a99eb4613b (diff) | |
download | aports-7a29678aac20ac9e113704f8a5743f6051edef8d.tar.bz2 aports-7a29678aac20ac9e113704f8a5743f6051edef8d.tar.xz |
help: auto construct help
And add some more verbosity to the help message.
Diffstat (limited to 'src/del.c')
-rw-r--r-- | src/del.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi> * All rights reserved. * - * This program is free software; you can redistribute it and/or modify it + * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. See http://www.gnu.org/ for details. */ @@ -60,7 +60,8 @@ out: static struct apk_applet apk_del = { .name = "del", - .usage = "PACKAGE...", + .help = "Remove PACKAGEs from the main dependencies and uninstall them.", + .arguments = "PACKAGE...", .main = del_main, }; |