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 0d520df commit da9f072Copy full SHA for da9f072
src/runtime/runtime.c
@@ -663,6 +663,9 @@ void print_help(const char* appimage_path) {
663
"AppImage options:\n\n"
664
" --appimage-extract [<pattern>] Extract content from embedded filesystem image\n"
665
" If pattern is passed, only extract matching files\n"
666
+ " --appimage-extract-and-run Temporarily extract content from embedded\n"
667
+ " filesystem image, run contained application,\n"
668
+ " then delete temporarily extracted content\n"
669
" --appimage-help Print this help\n"
670
" --appimage-mount Mount embedded filesystem image and print\n"
671
" mount point and wait for kill with Ctrl-C\n"
0 commit comments