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 3759614..b2dcc1f 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.8 2007/10/16 10:20:57 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.9 2007/10/16 10:36:11 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.9 2007/10/16 10:36:11 james
+ * *** empty log message ***
+ *
* Revision 1.8 2007/10/16 10:20:57 james
* *** empty log message ***
*
@@ -76,7 +79,7 @@ main (int argc, char *argv[])
extern int optind;
- while ((c=getopt(argc,argv,"d:hlsef:na"))!=EOF) {
+ while ((c=getopt(argc,argv,"d:hlsef:una"))!=EOF) {
switch(c) {
case 'd':
d=disk_open(optarg);