aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.c')
-rw-r--r--src/gpt.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 119f66b..a69c35c 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.18 2012/03/11 10:52:06 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.19 2012/03/11 10:54:21 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.19 2012/03/11 10:54:21 james
+ * *** empty log message ***
+ *
* Revision 1.18 2012/03/11 10:52:06 james
* *** empty log message ***
*
@@ -114,7 +117,7 @@ main (int argc, char *argv[])
fprintf (stderr, "sizeof(off_t)=%d\n", sizeof (off_t));
- while ((c = getopt (argc, argv, "qd:hlsef:unac")) != EOF)
+ while ((c = getopt (argc, argv, "qd:hlsef:g:unac")) != EOF)
{
switch (c)
{