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
|
/build
|
||||||
|
.history
|
@ -806,6 +806,7 @@ int main(int argc, char *argv[]) {
|
|||||||
FILE *out = fdopen(oldStderr, "a");
|
FILE *out = fdopen(oldStderr, "a");
|
||||||
// xgroup(usage)
|
// xgroup(usage)
|
||||||
fputs(_("fuse failed. Common problems:\n"
|
fputs(_("fuse failed. Common problems:\n"
|
||||||
|
" - your volume is already mounted\n"
|
||||||
" - fuse kernel module not installed (modprobe fuse)\n"
|
" - fuse kernel module not installed (modprobe fuse)\n"
|
||||||
" - invalid options -- see usage message\n"),
|
" - invalid options -- see usage message\n"),
|
||||||
out);
|
out);
|
||||||
|
Loading…
Reference in New Issue
Block a user