commit 45f67c556b534f06f69b9e2572f9a5846900bfc4 parent 6442071c29b74990cbc30ce10974144f1b06502b Author: Christoph Lohmann <20h@r-36.net> Date: Wed, 19 Jun 2013 23:24:34 +0200 Another correction for the cal(1) usage. Diffstat:
M | cal.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cal.c b/cal.c @@ -109,7 +109,8 @@ isleap(int year) static void usage(void) { - eprintf("usage: %s [-1] [-3] [-m] [-s] [-y] [-c columns] [-f firstday] [-n nmonths] [[[ day] month] year]\n", + eprintf("usage: %s [-1] [-3] [-m] [-s] [-y] [-c columns]" + " [-f firstday] [-n nmonths] [ [ [day] month] year]\n", argv0); }