File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
data-loader/cli/src/main/java/com/scalar/db/dataloader/cli/command/dataexport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments