Module Name: src Committed By: pho Date: Sat Jan 22 08:05:36 UTC 2022
Modified Files: src/lib/librefuse: fuse_internal.h refuse.c refuse_lowlevel.c Log Message: Support the FUSE option -ho It is supposed to print a help message without the usage line. Although it is deprecated and has been removed as of FUSE 3.0, filesystems in the wild still use it. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/librefuse/fuse_internal.h cvs rdiff -u -r1.111 -r1.112 src/lib/librefuse/refuse.c cvs rdiff -u -r1.2 -r1.3 src/lib/librefuse/refuse_lowlevel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.