diff options
author | Kenny Root <kroot@android.com> | 2013-02-26 18:04:33 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-02-26 18:04:33 +0000 |
commit | c2235472dacd31aa30ffc13de2c29488c3b6c338 (patch) | |
tree | e2f8be37960234ee5c5afb6823d66999e9a10712 /cmds/content/src | |
parent | 9fbdda42a2acff8179c251f6455fd3e2c9971545 (diff) | |
parent | f7497c9e551dd3bcbb7438211f5022cc6341c527 (diff) | |
download | frameworks_base-c2235472dacd31aa30ffc13de2c29488c3b6c338.zip frameworks_base-c2235472dacd31aa30ffc13de2c29488c3b6c338.tar.gz frameworks_base-c2235472dacd31aa30ffc13de2c29488c3b6c338.tar.bz2 |
am f7497c9e: am 755205ad: Merge "Fix spelling error s/SORT_OREDER/SORT_ORDER/ in "content --help""
* commit 'f7497c9e551dd3bcbb7438211f5022cc6341c527':
Fix spelling error s/SORT_OREDER/SORT_ORDER/ in "content --help"
Diffstat (limited to 'cmds/content/src')
-rw-r--r-- | cmds/content/src/com/android/commands/content/Content.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/content/src/com/android/commands/content/Content.java b/cmds/content/src/com/android/commands/content/Content.java index c0a1e3b..e66bdf4 100644 --- a/cmds/content/src/com/android/commands/content/Content.java +++ b/cmds/content/src/com/android/commands/content/Content.java @@ -97,7 +97,7 @@ public class Content { + " [--projection <PROJECTION>] [--where <WHERE>] [--sort <SORT_ORDER>]\n" + " <PROJECTION> is a list of colon separated column names and is formatted:\n" + " <COLUMN_NAME>[:<COLUMN_NAME>...]\n" - + " <SORT_OREDER> is the order in which rows in the result should be sorted.\n" + + " <SORT_ORDER> is the order in which rows in the result should be sorted.\n" + " Example:\n" + " # Select \"name\" and \"value\" columns from secure settings where \"name\" is " + "equal to \"new_setting\" and sort the result by name in ascending order.\n" |