diff options
author | Xiaohui Chen <xiaohuic@google.com> | 2015-11-18 14:10:42 -0800 |
---|---|---|
committer | Xiaohui Chen <xiaohuic@google.com> | 2015-11-18 14:10:42 -0800 |
commit | 60c2e34543f5479bdc6efd72a4d2ec67f9851db2 (patch) | |
tree | 105704adf18de1e43f2ded4ef9e374a7664c30c3 /cmds/settings | |
parent | d3e9e1835b599a6d1dbe50ca1175b80023c6b5f0 (diff) |
cmds: fix settings command help msg
There is a missing white space.
Change-Id: I7e7f4783464a7be02a3b2e1a30a629ed1ebdc913
Diffstat (limited to 'cmds/settings')
-rw-r--r-- | cmds/settings/src/com/android/commands/settings/SettingsCmd.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/settings/src/com/android/commands/settings/SettingsCmd.java b/cmds/settings/src/com/android/commands/settings/SettingsCmd.java index a675769a7f04..726167e07b42 100644 --- a/cmds/settings/src/com/android/commands/settings/SettingsCmd.java +++ b/cmds/settings/src/com/android/commands/settings/SettingsCmd.java @@ -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."); } |