summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiaohui Chen <xiaohuic@google.com> 2015-11-18 22:13:47 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-11-18 22:13:47 +0000
commit4d859fdbd3cded63b9a5784ad0ef3beff0cf7bf6 (patch)
treeca2fd90fa7de3e27d183a3b373d607666824cb6b
parent228c322c943ea8f5a4bbdcbdd73c5c40a4e093b1 (diff)
parent60c2e34543f5479bdc6efd72a4d2ec67f9851db2 (diff)
Merge "cmds: fix settings command help msg"
-rw-r--r--cmds/settings/src/com/android/commands/settings/SettingsCmd.java2
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.");
}