Skip to content

Commit 74425d5

Browse files
committed
chdman: Rename outputsplit to split
1 parent 8335ada commit 74425d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/chdman.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ constexpr int MODE_GDI = 2;
9797
#define OPTION_INPUT "input"
9898
#define OPTION_OUTPUT "output"
9999
#define OPTION_OUTPUT_BIN "outputbin"
100-
#define OPTION_OUTPUT_SPLIT "outputsplit"
100+
#define OPTION_OUTPUT_SPLIT "split"
101101
#define OPTION_OUTPUT_FORCE "force"
102102
#define OPTION_INPUT_START_BYTE "inputstartbyte"
103103
#define OPTION_INPUT_START_HUNK "inputstarthunk"
@@ -630,7 +630,7 @@ static const option_description s_options[] =
630630
{ OPTION_INPUT_PARENT, "ip", true, " <filename>: parent file name for input CHD" },
631631
{ OPTION_OUTPUT, "o", true, " <filename>: output file name" },
632632
{ OPTION_OUTPUT_BIN, "ob", true, " <filename>: output file name for binary data" },
633-
{ OPTION_OUTPUT_SPLIT, "os", false, ": output one binary file per track" },
633+
{ OPTION_OUTPUT_SPLIT, "sb" false, ": output one binary file per track" },
634634
{ OPTION_OUTPUT_FORCE, "f", false, ": force overwriting an existing file" },
635635
{ OPTION_OUTPUT_PARENT, "op", true, " <filename>: parent file name for output CHD" },
636636
{ OPTION_INPUT_START_BYTE, "isb", true, " <offset>: starting byte offset within the input" },

0 commit comments

Comments
 (0)