Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2235472 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am f7497c9e: am 755205ad: Merge "Fix spelling error s/SORT_OREDER/SORT_ORDER/ in "content --help""

* commit 'f7497c9e':
  Fix spelling error s/SORT_OREDER/SORT_ORDER/ in "content --help"
parents 9fbdda42 f7497c9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"