Skip to content

Commit 7ac76ec

Browse files
probonopdTheAssassin
authored andcommitted
1 parent da9f072 commit 7ac76ec

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
@@ -662,7 +662,8 @@ void print_help(const char* appimage_path) {
662662
fprintf(stderr,
663663
"AppImage options:\n\n"
664664
" --appimage-extract [<pattern>] Extract content from embedded filesystem image\n"
665-
" If pattern is passed, only extract matching files\n"
665+
" If pattern is passed, only extract matching\n"
666+
" files\n"
666667
" --appimage-extract-and-run Temporarily extract content from embedded\n"
667668
" filesystem image, run contained application,\n"
668669
" then delete temporarily extracted content\n"

0 commit comments

Comments
 (0)