From fd4d6e5845b9b84b25850bb2a908a23f7bb0c9de Mon Sep 17 00:00:00 2001 From: Gert Hulselmans Date: Tue, 13 Jul 2010 00:26:09 +0200 Subject: [PATCH] whichsys.c32: Fix example in the comments and Usage output Fix example in the comments and Usage output. Signed-off-by: Gert Hulselmans --- com32/modules/whichsys.c | 4 ++-- 1 file 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); } -- 2.7.4