diff options
author | Gert Hulselmans <gerth@zytor.com> | 2010-07-13 00:26:09 +0200 |
---|---|---|
committer | Gert Hulselmans <gerth@zytor.com> | 2010-07-13 00:26:09 +0200 |
commit | fd4d6e5845b9b84b25850bb2a908a23f7bb0c9de (patch) | |
tree | 0334474b2cb04abe6156bf8203f8b03c815df3a6 /com32 | |
parent | a87e49488404558656380a6311eb38e91727f038 (diff) | |
download | syslinux-fd4d6e5845b9b84b25850bb2a908a23f7bb0c9de.tar.gz |
whichsys.c32: Fix example in the comments and Usage output
Fix example in the comments and Usage output.
Signed-off-by: Gert Hulselmans <gerth@zytor.com>
Diffstat (limited to 'com32')
-rw-r--r-- | com32/modules/whichsys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/modules/whichsys.c b/com32/modules/whichsys.c index c1867228..af133f2c 100644 --- a/com32/modules/whichsys.c +++ b/com32/modules/whichsys.c @@ -18,7 +18,7 @@ * * Usage: whichsys.c32 [-iso- command] [-pxe- command] [-sys- command] * Examples: whichsys.c32 -iso- chain.c32 hd0 -sys- chain.c32 hd1 swap - * whichsys.c32 -iso- config iso.cfg -sys- sys.cfg -pxe- pxe.cfg + * whichsys.c32 -iso- config iso.cfg -pxe- config pxe.cfg * */ @@ -68,7 +68,7 @@ static void usage(void) static const char usage[] = "\ Usage: whichsys.c32 [-iso- command] [-pxe- command] [-sys- command]\n\ Examples: whichsys.c32 -iso- chain.c32 hd0 -sys- chain.c32 hd1 swap\n\ - whichsys.c32 -iso- config iso.cfg -sys- sys.cfg -pxe- pxe.cfg\n"; + whichsys.c32 -iso- config iso.cfg -pxe- config pxe.cfg\n"; fprintf(stderr, usage); } |