Merge "cmds: fix settings command help msg"

This commit is contained in:
Xiaohui Chen
2015-11-18 22:13:47 +00:00
committed by Android (Google) Code Review

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.");
}