Skip to content

Commit da9f072

Browse files
probonopdTheAssassin
authored andcommitted
Document --appimage-extract-and-run
Closes AppImage#64
1 parent 0d520df commit da9f072

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/runtime/runtime.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,9 @@ void print_help(const char* appimage_path) {
663663
"AppImage options:\n\n"
664664
" --appimage-extract [<pattern>] Extract content from embedded filesystem image\n"
665665
" 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"
666669
" --appimage-help Print this help\n"
667670
" --appimage-mount Mount embedded filesystem image and print\n"
668671
" mount point and wait for kill with Ctrl-C\n"

0 commit comments

Comments
 (0)