Skip to content

Commit fb61909

Browse files
authored
Fix #66
1 parent fbb2f10 commit fb61909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/runtime.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ void print_help(const char* appimage_path) {
558558
fprintf(stderr,
559559
"AppImage options:\n\n"
560560
" --appimage-extract [<pattern>] Extract content from embedded filesystem image\n"
561-
" If pattern is passed, only extract matching files\n"
561+
" If pattern is passed, only extract matching\n"
562+
" files\n"
562563
" --appimage-extract-and-run Temporarily extract content from embedded\n"
563564
" filesystem image, run contained application,\n"
564565
" then delete temporarily extracted content\n"

0 commit comments

Comments
 (0)