[hackers] [sbase] Another correction for the cal(1) usage. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Wed, 19 Jun 2013 23:25:59 +0200

commit 45f67c556b534f06f69b9e2572f9a5846900bfc4
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Wed Jun 19 23:24:34 2013 +0200

    Another correction for the cal(1) usage.

diff --git a/cal.c b/cal.c
index 8afedd8..f1ba10d 100644
--- a/cal.c
+++ b/cal.c
_AT_@ -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]
",
+ eprintf("usage: %s [-1] [-3] [-m] [-s] [-y] [-c columns]"
+ " [-f firstday] [-n nmonths] [ [ [day] month] year]
",
                         argv0);
 }
 
Received on Wed Jun 19 2013 - 23:25:59 CEST

This archive was generated by hypermail 2.3.0 : Wed Jun 19 2013 - 23:36:16 CEST