From c28ef0b9ab01e78656ae7b8c909d8d910d1ea808 Mon Sep 17 00:00:00 2001 From: sakolish Date: Fri, 4 Jan 2008 16:14:27 +0000 Subject: [PATCH] Added "--help" to usage - Line 41 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@209 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCscan.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/PPCscan.pm b/perl-xCAT-2.0/xCAT/PPCscan.pm index 704af4836..dada15f92 100644 --- a/perl-xCAT-2.0/xCAT/PPCscan.pm +++ b/perl-xCAT-2.0/xCAT/PPCscan.pm @@ -38,7 +38,7 @@ sub parse_args { ############################################# local *usage = sub { return( [ $_[0], - "rscan -h", + "rscan -h|--help", "rscan -v|--version", "rscan [-V|--verbose] noderange [-w][-x|-z]", " -h writes usage information to standard output",