We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a357b commit 5090b5eCopy full SHA for 5090b5e
src/main/java/com/datastax/cdm/CDMArgs.java
@@ -13,7 +13,7 @@ public class CDMArgs {
13
@Parameter
14
public List<String> command = new ArrayList<>();
15
16
- @Parameter(names = "--host", description = "Hostname of node in cluster")
+ @Parameter(names = {"--host", "-h"}, description = "Hostname of node in cluster")
17
public String host = "localhost";
18
19
}
0 commit comments