diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index f4d1ec6..7a18a28 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -655,7 +655,8 @@ void print_help(const char* appimage_path) { fprintf(stderr, "AppImage options:\n\n" " --appimage-extract [] Extract content from embedded filesystem image\n" - " If pattern is passed, only extract matching files\n" + " If pattern is passed, only extract matching\n" + " files\n" " --appimage-help Print this help\n" " --appimage-mount Mount embedded filesystem image and print\n" " mount point and wait for kill with Ctrl-C\n"