aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
authorMike Kelly <mike@pair.com>2011-12-20 10:27:52 -0500
committerBenjamin Fleischer <fleiben@gmail.com>2012-03-09 22:44:14 +0100
commit6a954f429c04282b0d09cb0afb1f9b9bf5aaf878 (patch)
tree160befbb6e5d1aa683fb3a7e6228dc443df742ee /sshfs.c
parent0e87004ab26f7c3f5ad5cb63059bde82ec5f7cec (diff)
downloadsshfs-6a954f429c04282b0d09cb0afb1f9b9bf5aaf878.tar
sshfs-6a954f429c04282b0d09cb0afb1f9b9bf5aaf878.tar.gz
sshfs-6a954f429c04282b0d09cb0afb1f9b9bf5aaf878.tar.bz2
sshfs-6a954f429c04282b0d09cb0afb1f9b9bf5aaf878.zip
fix typo in error message
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c2
1 files changed, 1 insertions, 1 deletions
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)