Remove extraneous help text for pm set-app-links-allowed command

Two additional fields, "enabled" and "domains", are referenced which are not
applicable. Likely a copy-paste error.

Test: none, help text change

Change-Id: Ibfeefa1815ecb04a5858e3f3519ebac07b062961
This commit is contained in:
Summers Pittman
2022-08-09 14:23:50 +00:00
parent 00f823fb2a
commit 18e84d3ec9

View File

@@ -103,7 +103,6 @@ public class DomainVerificationShell {
pw.println(" <DOMAINS>: space separated list of domains to change, or \"all\" to");
pw.println(" change every domain.");
pw.println(" set-app-links-allowed --user <USER_ID> [--package <PACKAGE>] <ALLOWED>");
pw.println(" <ENABLED> <DOMAINS>...");
pw.println(" Toggle the auto verified link handling setting for a package.");
pw.println(" --user <USER_ID>: the user to change selections for");
pw.println(" --package <PACKAGE>: the package to set, or \"all\" to set all packages");