File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments