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

Commit 29e36105 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Tweak command-line verb names" into rvc-dev am: dd8e9d80 am: 1d7d3b9d am: 6e52ff40

Change-Id: I5dc1e96b8252c97cbe0c53b55f898073a53dcd42
parents dd0d21aa 6e52ff40
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,9 +37,9 @@ class TimeZoneDetectorShellCommand extends ShellCommand {
        }

        switch (cmd) {
            case "suggestTelephonyTimeZone":
            case "suggest_telephony_time_zone":
                return runSuggestTelephonyTimeZone();
            case "suggestManualTimeZone":
            case "suggest_manual_time_zone":
                return runSuggestManualTimeZone();
            default: {
                return handleDefaultCommands(cmd);
@@ -105,9 +105,9 @@ class TimeZoneDetectorShellCommand extends ShellCommand {
        pw.println("Time Zone Detector (time_zone_detector) commands:");
        pw.println("  help");
        pw.println("    Print this help text.");
        pw.println("  suggestTelephonyTimeZone");
        pw.println("  suggest_telephony_time_zone");
        pw.println("    --suggestion <telephony suggestion opts>");
        pw.println("  suggestManualTimeZone");
        pw.println("  suggest_manual_time_zone");
        pw.println("    --suggestion <manual suggestion opts>");
        pw.println();
        ManualTimeZoneSuggestion.printCommandLineOpts(pw);