Skip to content

Commit c8654fb

Browse files
committed
de conflict the -i flag
1 parent ad75066 commit c8654fb

File tree

1 file changed

+1
-1
lines changed
  • rd-cli-tool/src/main/java/org/rundeck/client/tool/commands/projects

1 file changed

+1
-1
lines changed

rd-cli-tool/src/main/java/org/rundeck/client/tool/commands/projects/Archives.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static class ArchiveImportOpts extends BaseOptions{
123123
Map<String, String> componentOptions;
124124

125125
@CommandLine.Option(
126-
names = {"--include", "-i"},
126+
names = {"--include"/*, "-i"*/}, //note: -i would conflict with async import
127127
description =
128128
"List of archive contents to import. [executions,config,acl,scm,webhooks,nodeSources]. Default: " +
129129
"executions. (webhooks: requires API v34. nodeSources: requires API v38).")

0 commit comments

Comments
 (0)