sshfs: usage

This commit is contained in:
aiju 2018-03-20 20:51:04 +00:00
parent ef17e2a693
commit 3cb5494b26

View file

@ -1320,7 +1320,7 @@ void
usage(void)
{
static char *common = "[-abdRUG] [-s service] [-m mtpt] [-u uidfile] [-g gidfile]";
fprint(2, "usage: %s %s [-- ssh-options] host\n", argv0, common);
fprint(2, "usage: %s %s [-- ssh-options] [user@]host\n", argv0, common);
fprint(2, " %s %s -c cmdline\n", argv0, common);
fprint(2, " %s %s -p\n", argv0, common);
exits("usage");