diff options
author | james <james> | 2007-10-17 09:51:42 +0000 |
---|---|---|
committer | james <james> | 2007-10-17 09:51:42 +0000 |
commit | 5d4e834a0ce02e84de5ef770a9a0791c935cc06a (patch) | |
tree | d14556d3c25293d53f0970cccdf66a3e4847d46d /src/gpt.c | |
parent | b32e112de756a597f079f4c4b02b09f663ddb0c3 (diff) | |
download | gpt-5d4e834a0ce02e84de5ef770a9a0791c935cc06a.tar.gz gpt-5d4e834a0ce02e84de5ef770a9a0791c935cc06a.tar.bz2 gpt-5d4e834a0ce02e84de5ef770a9a0791c935cc06a.zip |
*** empty log message ***
Diffstat (limited to 'src/gpt.c')
-rw-r--r-- | src/gpt.c | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -6,10 +6,13 @@ * */ -static char rcsid[] = "$Id: gpt.c,v 1.10 2007/10/16 10:37:15 james Exp $"; +static char rcsid[] = "$Id: gpt.c,v 1.11 2007/10/17 09:51:42 james Exp $"; /* * $Log: gpt.c,v $ + * Revision 1.11 2007/10/17 09:51:42 james + * *** empty log message *** + * * Revision 1.10 2007/10/16 10:37:15 james * *** empty log message *** * @@ -52,12 +55,14 @@ fprintf(stderr, "gpt -d disk-device -s print the address of frist usable sector\n" " on the disk\n" " the last usable sector on the disk\n" +#if 0 "gpt -d disk-device -e print the address of the sector after the\n" " the last addressable sector on the disk\n" -"gpt -d disk-device -u print the address of the last sector\n" +#endif +"gpt -d disk-device -e print the address of the last sector\n" " usable in a partition\n" -"gpt -d disk-device -f n print the lba of sector immediately after\n" -" the end of parition n\n" +"gpt -d disk-device -f n print the lba of the last sector in\n" +" parition n\n" "gpt -d disk-device -n write a new blank parition table to the disk\n" " the end of parition n\n" "gpt -d disk-device -a n name type start end\n" |