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

Commit fc0ef939 authored by Andrew Scull's avatar Andrew Scull
Browse files

Remove non-existant shell command parameter

The minimum version parameter was removed during code review but it
remained in the help text. Clean this up be removing it from the help
text too.

Test: TH
Change-Id: I4a5d9fa6333499eadabcbd861062830797c9c8b1
parent 97058d4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ class RemoteProvisioningShellCommand extends ShellCommand {
            + "  Show this message.\n"
            + "dump\n"
            + "  Dump service diagnostics.\n"
            + "list [--min-version MIN_VERSION]\n"
            + "list\n"
            + "  List the names of the IRemotelyProvisionedComponent instances.\n"
            + "csr [--challenge CHALLENGE] NAME\n"
            + "  Generate and print a base64-encoded CSR from the named\n"