diff --git a/cmds/content/src/com/android/commands/content/Content.java b/cmds/content/src/com/android/commands/content/Content.java index c0a1e3b70109d..e66bdf483efd3 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 ] [--where ] [--sort ]\n" + " is a list of colon separated column names and is formatted:\n" + " [:...]\n" - + " is the order in which rows in the result should be sorted.\n" + + " 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"