diff --git a/xCAT-server-2.0/sbin/chtab b/xCAT-server-2.0/sbin/chtab index 01ca354fc..42ff4d8d3 100755 --- a/xCAT-server-2.0/sbin/chtab +++ b/xCAT-server-2.0/sbin/chtab @@ -50,7 +50,7 @@ if ($::HELP) { &usage; exit(0);} # display the version statement if -v or --verison is specified if ($::VERSION) { - print "chtab version 1.0\n"; + print "chtab version 2.0\n"; exit(0); }