diff options
author | james <james> | 2007-10-16 10:36:11 +0000 |
---|---|---|
committer | james <james> | 2007-10-16 10:36:11 +0000 |
commit | 52586eee056a03f139b8c651ed722b940cd880d7 (patch) | |
tree | 3de0462bd6ace5cfabd81c038de179dbe664baaa | |
parent | ff1332aecd61c8bc4a363caf9bf739fd67a03aa2 (diff) | |
download | gpt-52586eee056a03f139b8c651ed722b940cd880d7.tar.gz gpt-52586eee056a03f139b8c651ed722b940cd880d7.tar.bz2 gpt-52586eee056a03f139b8c651ed722b940cd880d7.zip |
*** empty log message ***
-rw-r--r-- | src/gpt.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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); |