added command line option to drop file into program window
[rocksndiamonds.git] / src / main.c
index a0b872613a9fab0268355a92e2398bedbe51e0e8..973d0c900785f36e6a2a9bddf2677f6c9d5a0379 100644 (file)
@@ -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"