[syslinux:master] whichsys.c32: Fix example in the comments and Usage output

syslinux-bot for Gert Hulselmans gerth at zytor.com
Mon Jul 19 13:21:28 PDT 2010


Commit-ID:  fd4d6e5845b9b84b25850bb2a908a23f7bb0c9de
Gitweb:     http://syslinux.zytor.com/commit/fd4d6e5845b9b84b25850bb2a908a23f7bb0c9de
Author:     Gert Hulselmans <gerth at zytor.com>
AuthorDate: Tue, 13 Jul 2010 00:26:09 +0200
Committer:  Gert Hulselmans <gerth at zytor.com>
CommitDate: Tue, 13 Jul 2010 00:26:09 +0200

whichsys.c32: Fix example in the comments and Usage output

Fix example in the comments and Usage output.

Signed-off-by: Gert Hulselmans <gerth at zytor.com>


---
 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 c186722..af133f2 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);
 }
 



More information about the Syslinux-commits mailing list