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

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

Merge "Tweak command-line verb names" am: d68e501f am: c5b1b996 am: 9c3807c0 am: 75a49e39

Change-Id: I4045b251baac78a4891c8b751912982b0b8d0242
parents 1e51f400 75a49e39
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);