Skip to content

Commit e8dadbb

Browse files
authored
Fix typo (#1312)
[ci skip]
1 parent 701b711 commit e8dadbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ print_help(const char *appimage_path)
242242
" Or you can invoke this AppImage with the --appimage-portable-home option,\n"
243243
" which will create this directory for you. As long as the directory exists\n"
244244
" and is neither moved nor renamed, the application contained inside this\n"
245-
" AppImage to store its data in this directory rather than in your home\n"
245+
" AppImage will store its data in this directory rather than in your home\n"
246246
" directory\n"
247247
, appimage_path);
248248
}

0 commit comments

Comments
 (0)