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 637a6a0 commit 94a5372Copy full SHA for 94a5372
tools/modconv/modconv.cc
@@ -71,7 +71,7 @@ modconv by Nicolas "Pixel" Noble
71
auto amplification = args.get<unsigned>("a").value_or(175);
72
if (asksForHelp || !oneInput || !hasOutput) {
73
fmt::print(R"(
74
-Usage: {} input.mod [-h] [-s output.ins] [-a amp] -o output.hit
+Usage: {} input.mod [-h] [-s output.smp] [-a amp] -o output.hit
75
input.mod mandatory: specify the input mod file
76
-o output.hit mandatory: name of the output hit file.
77
-h displays this help information and exit.
0 commit comments