Skip to content

Commit 374e833

Browse files
committed
Renamed CLI input short names for mode and inlude metadata
1 parent 36f9b43 commit 374e833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-loader/cli/src/main/java/com/scalar/db/dataloader/cli/command/dataexport/ExportCommandOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class ExportCommandOptions {
6262
protected FileFormat outputFormat;
6363

6464
@CommandLine.Option(
65-
names = {"--include-metadata", "-m"},
65+
names = {"--include-metadata", "-im"},
6666
description = "Include transaction metadata in the exported data (default: false)",
6767
defaultValue = "false")
6868
protected boolean includeTransactionMetadata;
@@ -147,7 +147,7 @@ public class ExportCommandOptions {
147147
protected int dataChunkSize;
148148

149149
@CommandLine.Option(
150-
names = {"--mode", "-sm"},
150+
names = {"--mode", "-m"},
151151
description = "ScalarDB mode (STORAGE, TRANSACTION) (default: STORAGE)",
152152
paramLabel = "<MODE>",
153153
defaultValue = "STORAGE")

0 commit comments

Comments
 (0)