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 da9f072 commit 7ac76ecCopy full SHA for 7ac76ec
src/runtime/runtime.c
@@ -662,7 +662,8 @@ void print_help(const char* appimage_path) {
662
fprintf(stderr,
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"
+ " If pattern is passed, only extract matching\n"
666
+ " files\n"
667
" --appimage-extract-and-run Temporarily extract content from embedded\n"
668
" filesystem image, run contained application,\n"
669
" then delete temporarily extracted content\n"
0 commit comments