X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.cpp;h=3fa4158efb39c0dd43e3750e31ae595adc4388bc;hb=e50f4f9a24ce4cb25d615d00d7edc5785acee43d;hp=8a8dc7c662ca5c29e137e56365892721ab3cac2c;hpb=dc9b54f74ced4cb8b995757786e34ecb2e7db8f1;p=supertux.git diff --git a/src/main.cpp b/src/main.cpp index 8a8dc7c66..3fa4158ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -234,7 +234,7 @@ static void print_usage(const char* argv0) " --record-demo FILE LEVEL Record a demo to FILE\n" " --play-demo FILE LEVEL Play a recorded demo\n" " -s, --debug-scripts Enable script debugger.\n" - "\n")); + "%s\n"), ""); } /**