Skip to content

Commit fbb2f10

Browse files
authored
Document --appimage-extract-and-run
Closes #64
1 parent ffbfd2e commit fbb2f10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/runtime/runtime.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* as possible (one .c file) and use as few external dependencies
66
* as possible
77
*
8-
* Copyright (c) 2004-22 Simon Peter
8+
* Copyright (c) 2004-24 Simon Peter
99
* Portions Copyright (c) 2007 Alexander Larsson
1010
* Portions from WjCryptLib_Md5 originally written by Alexander Peslyak,
1111
modified by WaterJuice retaining Public Domain license
@@ -559,6 +559,9 @@ void print_help(const char* appimage_path) {
559559
"AppImage options:\n\n"
560560
" --appimage-extract [<pattern>] Extract content from embedded filesystem image\n"
561561
" If pattern is passed, only extract matching files\n"
562+
" --appimage-extract-and-run Temporarily extract content from embedded\n"
563+
" filesystem image, run contained application,\n"
564+
" then delete temporarily extracted content\n"
562565
" --appimage-help Print this help\n"
563566
" --appimage-mount Mount embedded filesystem image and print\n"
564567
" mount point and wait for kill with Ctrl-C\n"

0 commit comments

Comments
 (0)