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

Commit c5b1b996 authored by Neil Fuller's avatar Neil Fuller Committed by Automerger Merge Worker
Browse files

Merge "Tweak command-line verb names" am: d68e501f

Change-Id: Ib5ff51ce1acc651ad46c63e35f286d88cc404e10
parents aabf397c d68e501f
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);