From 3ff15de8231a0ceb14b12a000aa52235731f1e58 Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 3 Dec 2007 19:05:40 +0000 Subject: [PATCH] Added -z to usage - Line #43 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@121 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 06e24ec19..4d69051ad 100644 --- a/perl-xCAT-2.0/xCAT/PPCscan.pm +++ b/perl-xCAT-2.0/xCAT/PPCscan.pm @@ -40,7 +40,7 @@ sub parse_args { return( [ $_[0], "rscan -h", "rscan -v|--version", - "rscan [-V|--verbose] noderange [-w][-x]", + "rscan [-V|--verbose] noderange [-w][-x|-z]", " -h writes usage information to standard output", " -v displays command version", " -V verbose output",