summaryrefslogtreecommitdiffstats
path: root/expac.c
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-04-24 00:00:21 -0400
committerDave Reisner <dreisner@archlinux.org>2012-04-24 00:00:21 -0400
commit88b69766b103a633e95965a50cb6b9eaa6491a60 (patch)
treeaec879ad97b27437b7cc2a1b8fdee341d1a465fe /expac.c
parentc70aa78dcce8e2c2cc35eaa4315abc1039ed25d7 (diff)
downloadexpac-88b69766b103a633e95965a50cb6b9eaa6491a60.tar.xz
cleanup/improve usage and documentation
Diffstat (limited to 'expac.c')
-rw-r--r--expac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/expac.c b/expac.c
index db64b9d..059a9d6 100644
--- a/expac.c
+++ b/expac.c
@@ -217,7 +217,8 @@ static void usage(void) {
" -p, --file query local files instead of the DB\n"
" -t, --timefmt <fmt> date format passed to strftime (default: \"%%c\")\n\n"
" -v, --verbose be more verbose\n\n"
- " -h, --help display this help and exit\n\n");
+ " -h, --help display this help and exit\n\n"
+ "For more details see expac(1).\n");
}
static int parse_options(int argc, char *argv[], alpm_handle_t *handle) {