diff options
| author | 2013-02-26 17:35:13 +0000 | |
|---|---|---|
| committer | 2013-02-26 17:35:13 +0000 | |
| commit | 755205ade42d6458c68bf1ee6852db0b23ecc4f5 (patch) | |
| tree | 0b90e31c2d9c8d5dd823a7667f4f23248a4741d1 | |
| parent | 8d4d4cf283d12821caba321204759f2ce3fd210a (diff) | |
| parent | 64d0b3f9186bfb41cd14203d11f34c6fe0121945 (diff) | |
Merge "Fix spelling error s/SORT_OREDER/SORT_ORDER/ in "content --help""
| -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 787fbdb89062..ae39d24500e5 100644 --- a/cmds/content/src/com/android/commands/content/Content.java +++ b/cmds/content/src/com/android/commands/content/Content.java @@ -96,7 +96,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" |