diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index f6a7055..065107c 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -662,7 +662,11 @@ void print_help(const char* appimage_path) { fprintf(stderr, "AppImage options:\n\n" " --appimage-extract [] Extract content from embedded filesystem image\n" - " If pattern is passed, only extract matching files\n" + " If pattern is passed, only extract matching\n" + " files\n" + " --appimage-extract-and-run Temporarily extract content from embedded\n" + " filesystem image, run contained application,\n" + " then delete temporarily extracted content\n" " --appimage-help Print this help\n" " --appimage-mount Mount embedded filesystem image and print\n" " mount point and wait for kill with Ctrl-C\n"