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 fbb2f10 commit fb61909Copy full SHA for fb61909
src/runtime/runtime.c
@@ -558,7 +558,8 @@ void print_help(const char* appimage_path) {
558
fprintf(stderr,
559
"AppImage options:\n\n"
560
" --appimage-extract [<pattern>] Extract content from embedded filesystem image\n"
561
- " If pattern is passed, only extract matching files\n"
+ " If pattern is passed, only extract matching\n"
562
+ " files\n"
563
" --appimage-extract-and-run Temporarily extract content from embedded\n"
564
" filesystem image, run contained application,\n"
565
" then delete temporarily extracted content\n"
0 commit comments