Skip to content

Commit 5090b5e

Browse files
added -h for host
1 parent 85a357b commit 5090b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/datastax/cdm/CDMArgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class CDMArgs {
1313
@Parameter
1414
public List<String> command = new ArrayList<>();
1515

16-
@Parameter(names = "--host", description = "Hostname of node in cluster")
16+
@Parameter(names = {"--host", "-h"}, description = "Hostname of node in cluster")
1717
public String host = "localhost";
1818

1919
}

0 commit comments

Comments
 (0)