You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/fuseiso/files/fuseiso-20070708-fix-typo.p...

13 lines
683 B

diff -urp fuseiso-20070708.org/src/fuseiso.c fuseiso-20070708/src/fuseiso.c
--- fuseiso-20070708.org/src/fuseiso.c 2013-08-22 19:33:46.316904170 +0800
+++ fuseiso-20070708/src/fuseiso.c 2013-08-22 19:31:54.789908834 +0800
@@ -295,7 +295,7 @@ void usage(const char* prog) {
" -f -- run in foreground, do not daemonize\n"
" -d -- run in foreground and print debug information\n"
" -s -- run single-threaded\n"
- "\nPlease consult with FUSE ducumentation for more information\n",
+ "\nPlease consult with FUSE documentation for more information\n",
VERSION,
prog);
};