From 4891254dbe7b312ef5ef45a7492bfbe32c68afd6 Mon Sep 17 00:00:00 2001
From: Jesse Ogle <jesse.p.ogle@gmail.com>
Date: Wed, 19 Jun 2013 17:04:06 -0400
Subject: [PATCH 2/2] Updated cal usage()

Now usage matches cal.1
---
 cal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cal.c b/cal.c
index 1d962fc..8afedd8 100644
--- 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);
 }
 
-- 
1.8.3.1

