X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=973d0c900785f36e6a2a9bddf2677f6c9d5a0379;hb=1856b32b9d7b3c80596362cf7a3dd8e032cd83fc;hp=a0b872613a9fab0268355a92e2398bedbe51e0e8;hpb=a3d3dca44696b194dbe3f49a97d8c92d92b42ecf;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index a0b87261..973d0c90 100644 --- a/src/main.c +++ b/src/main.c @@ -9062,6 +9062,7 @@ static void print_usage(void) " -g, --graphics DIRECTORY alternative graphics DIRECTORY\n" " -s, --sounds DIRECTORY alternative sounds DIRECTORY\n" " -m, --music DIRECTORY alternative music DIRECTORY\n" + " --drop-file FILE drop FILE into program window\n" " --display NR open program window on display NR\n" " --mytapes use private tapes for tape tests\n" " -n, --network network multiplayer game\n" @@ -9078,6 +9079,7 @@ static void print_usage(void) " \"print editorsetup.conf\" print default editor config\n" " \"print helpanim.conf\" print default helpanim config\n" " \"print helptext.conf\" print default helptext config\n" + " \"dump levelset FILE|LEVELDIR\" dump levelset info for LEVELDIR\n" " \"dump level FILE\" dump level data from FILE\n" " \"dump tape FILE\" dump tape data from FILE\n" " \"autoplay LEVELDIR [NR ...]\" play level tapes for LEVELDIR\n"