Skip to content

Commit 67e99d9

Browse files
author
Chris Wiechmann
committed
[skip ci] Rename upgrade to upgrade access also in the
examples.
1 parent c2e5483 commit 67e99d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/apis/src/main/java/com/axway/apim/api/export/lib/cli/CLIAPIUpgradeAccessOptions.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ public void addOptions() {
6565
public void printUsage(String message, String[] args) {
6666
super.printUsage(message, args);
6767
System.out.println("----------------------------------------------------------------------------------------");
68-
System.out.println("Upgrade one or more APIs based on the given reference API.");
68+
System.out.println("Upgrade access for one or more APIs based on the given reference API.");
6969
System.out.println("App-Subscriptions and Granted orgs are taken over to all selected APIs based on the reference API.");
7070
System.out.println("The reference API must be unique. APIs must be published to be considered.");
71-
System.out.println(getBinaryName()+" api upgrade -s api-env -refAPIId <UUID-ID-OF-THE-REF-API> -id <UUID-ID-OF-THE-API>");
72-
System.out.println(getBinaryName()+" api upgrade -s api-env -n \"*APIs-to-be-upgraded*\" -refAPIName \"*Name of Ref-API*\"");
73-
System.out.println(getBinaryName()+" api upgrade -s api-env -n \"*APIs-to-be-upgraded*\" -refAPIName \"*Name of Ref-API*\" -refAPIDeprecate true");
71+
System.out.println(getBinaryName()+" api upgrade-access -s api-env -refAPIId <UUID-ID-OF-THE-REF-API> -id <UUID-ID-OF-THE-API>");
72+
System.out.println(getBinaryName()+" api upgrade-access -s api-env -n \"*APIs-to-be-upgraded*\" -refAPIName \"*Name of Ref-API*\"");
73+
System.out.println(getBinaryName()+" api upgrade-access -s api-env -n \"*APIs-to-be-upgraded*\" -refAPIName \"*Name of Ref-API*\" -refAPIDeprecate true");
7474
System.out.println();
7575
System.out.println();
7676
System.out.println("For more information and advanced examples please visit:");

0 commit comments

Comments
 (0)