From 6a954f429c04282b0d09cb0afb1f9b9bf5aaf878 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Tue, 20 Dec 2011 10:27:52 -0500 Subject: fix typo in error message --- sshfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshfs.c') diff --git a/sshfs.c b/sshfs.c index 615e0be..5d9dc79 100644 --- a/sshfs.c +++ b/sshfs.c @@ -3844,7 +3844,7 @@ int main(int argc, char *argv[]) sshfs.r_uid_map = NULL; sshfs.r_gid_map = NULL; if (!sshfs.uid_file && !sshfs.gid_file) { - fprintf(stderr, "need a uid_file or gid_file with idmap=file\n"); + fprintf(stderr, "need a uidfile or gidfile with idmap=file\n"); exit(1); } if (sshfs.uid_file) -- cgit v1.2.3