diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2014-02-01 07:26:12 -0500 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2014-02-01 07:26:12 -0500 |
commit | 1503ab96d07ff9e7120d74ed013216c9d4b1bab8 (patch) | |
tree | 19160f40a05dc80f2c2057d3ee21c3134036ff59 /utils | |
parent | 144d3647db9d15b025b419e69ffc7a3868064d5a (diff) | |
download | syslinux-1503ab96d07ff9e7120d74ed013216c9d4b1bab8.tar.gz syslinux-1503ab96d07ff9e7120d74ed013216c9d4b1bab8.tar.xz syslinux-1503ab96d07ff9e7120d74ed013216c9d4b1bab8.zip |
isohybrid: Improve help/man
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/isohybrid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/isohybrid.c b/utils/isohybrid.c index 97d43b86..410bb606 100644 --- a/utils/isohybrid.c +++ b/utils/isohybrid.c @@ -228,8 +228,8 @@ printh(void) printf("\n"); printf("Options:\n"); - printf(FMT, " -h <X>", "Number of default geometry heads"); - printf(FMT, " -s <X>", "Number of default geometry sectors"); + printf(FMT, " -h <X>", "Number of geometry heads (default 64)"); + printf(FMT, " -s <X>", "Number of geometry sectors (default 32)"); printf(FMT, " -e --entry", "Specify partition entry number (1-4)"); printf(FMT, " -o --offset", "Specify partition offset (default 0)"); printf(FMT, " -t --type", "Specify partition type (default 0x17)"); |