libfuse / sshfs

A network filesystem client to connect to SSH servers
GNU General Public License v2.0
6.04k stars 496 forks source link

Config defaults in manpage #285

Open Massimo-B opened 1 year ago

Massimo-B commented 1 year ago

Please describe the defaults for all the options in the man-page like the following, if they are not specified:

Then some questions which might be better go into separate tickets if there more to explain about...: I'm usually manually calling sshfs as user, not using /etc/fstab. Is there any configuration file for all the settings? I was always using -o cache=yes since years and noticed now it doesn't exist. sshfs does not complain, but ignores?

Massimo-B commented 1 year ago

I see, --help mentions the defaults, so just add to the man-page for completeness.

h4sh5 commented 1 year ago

Would you like to open a PR with what you want the man page with those examples look like filled in?