2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-22 22:15:30 +00:00

Remove trailing spaces in file xCAT-server/sbin/chtab

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent a9e7b2be42
commit d0f943a342

View File

@ -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";
}