mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
provide explanation for common error source
This commit is contained in:
parent
c444f9b917
commit
dbe26308a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/build
|
||||
.history
|
@ -806,6 +806,7 @@ int main(int argc, char *argv[]) {
|
||||
FILE *out = fdopen(oldStderr, "a");
|
||||
// xgroup(usage)
|
||||
fputs(_("fuse failed. Common problems:\n"
|
||||
" - your volume is already mounted\n"
|
||||
" - fuse kernel module not installed (modprobe fuse)\n"
|
||||
" - invalid options -- see usage message\n"),
|
||||
out);
|
||||
|
Loading…
Reference in New Issue
Block a user