cmds: fix settings command help msg

There is a missing white space.

Change-Id: I7e7f4783464a7be02a3b2e1a30a629ed1ebdc913
This commit is contained in:
Xiaohui Chen
2015-11-18 14:10:42 -08:00
parent d3e9e1835b
commit 60c2e34543

View File

@@ -291,7 +291,7 @@ public final class SettingsCmd {
System.err.println(" settings [--user NUM] delete namespace key");
System.err.println(" settings [--user NUM] list namespace");
System.err.println("\n'namespace' is one of {system, secure, global}, case-insensitive");
System.err.println("If '--user NUM' is not given, the operations are performed on the"
System.err.println("If '--user NUM' is not given, the operations are performed on the "
+ "system user.");
}