From e96f522c603cd10352eca9e62bd36f8279ef5f76 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 21 Feb 2008 19:17:18 +0000 Subject: [PATCH] Added "-?" as help option. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/xcat2nim.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/xcat2nim.pm b/xCAT-server-2.0/lib/xcat/plugins/xcat2nim.pm index 35c6b7f8d..79afa9058 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/xcat2nim.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/xcat2nim.pm @@ -143,7 +143,7 @@ sub processArgs if ( !GetOptions( 'all|a' => \$::opt_a, - 'help|h' => \$::opt_h, + 'help|h|?' => \$::opt_h, 'list|l' => \$::opt_l, 'update|u' => \$::opt_u, 'remove|r' => \$::opt_r,