]> Pileus Git - ~andy/lamechat/commitdiff
Remove calendar args.
authorAndy Spencer <andy753421@gmail.com>
Mon, 23 Oct 2017 05:43:31 +0000 (05:43 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 23 Oct 2017 05:43:31 +0000 (05:43 +0000)
args.c

diff --git a/args.c b/args.c
index a3bc47ea6ecfd909ccb911a0f96820e3337f9dcc..c61c4126c08764df31dfc7a86b04332977b2d795 100644 (file)
--- a/args.c
+++ b/args.c
@@ -33,7 +33,7 @@ struct option long_options[] = {
 static void usage(char *name)
 {
        printf("Usage:\n");
-       printf("  %s [OPTION...] [CALENDAR]\n", name);
+       printf("  %s [OPTION...]\n", name);
        printf("\n");
        printf("Options:\n");
        printf("  -h, --help        Print usage information\n");