From d0f943a342f178967e1eb425908739f1572cfa63 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/sbin/chtab --- xCAT-server/sbin/chtab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/chtab b/xCAT-server/sbin/chtab index 9a2bff905..18287fd35 100755 --- a/xCAT-server/sbin/chtab +++ b/xCAT-server/sbin/chtab @@ -25,7 +25,7 @@ sub usage { chtab [-h|--help|-v|--Version]\n\n"; print " -d|--delete Delete the rows from a list of tables. -v|--version Display the version of this command. - -h|--help Display this usage information. + -h|--help Display this usage information. keycolname=keyvalue a column name-and-value pair that identifies the rows in a table to be changed. tablename.colname=newvalue the new value for the specified row and column of the table.\n"; }