commit 6442071c29b74990cbc30ce10974144f1b06502b parent 8fc4858a3c3245d4a59cbb65ca5361dc138eb6e5 Author: Jesse Ogle <jesse.p.ogle@gmail.com> Date: Wed, 19 Jun 2013 17:04:06 -0400 Updated cal usage() Now usage matches cal.1 Signed-off-by: Christoph Lohmann <20h@r-36.net> Diffstat:
M | cal.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cal.c b/cal.c @@ -109,7 +109,7 @@ isleap(int year) static void usage(void) { - eprintf("usage: %s [-c columns] [-m month] [-n number] [-y year]\n", + eprintf("usage: %s [-1] [-3] [-m] [-s] [-y] [-c columns] [-f firstday] [-n nmonths] [[[ day] month] year]\n", argv0); }