commit | fc0ef9391b472b6552cc41569269fbcb23d9c931 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Tue Aug 01 15:38:57 2023 +0000 |
committer | Andrew Scull <ascull@google.com> | Wed Aug 09 16:05:34 2023 +0000 |
tree | c066f26339a46240a224be041f7cb6a9fedb7b4a | |
parent | 97058d4c2d3771ec732200b344219e7cd441b806 [diff] |
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
diff --git a/services/core/java/com/android/server/security/rkp/RemoteProvisioningShellCommand.java b/services/core/java/com/android/server/security/rkp/RemoteProvisioningShellCommand.java index bc39084..187b939 100644 --- a/services/core/java/com/android/server/security/rkp/RemoteProvisioningShellCommand.java +++ b/services/core/java/com/android/server/security/rkp/RemoteProvisioningShellCommand.java
@@ -49,7 +49,7 @@ + " 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"