provide explanation for common error source

This commit is contained in:
Nikita Fuchs 2021-05-24 17:27:58 +02:00
parent c444f9b917
commit dbe26308a6
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/build
.history

View File

@ -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);