aboutsummaryrefslogtreecommitdiffstats
path: root/src/mount.wikipediafs
diff options
context:
space:
mode:
authorMathieu Blondel <mathieu@mblondel.org>2007-05-26 14:53:25 +0000
committerMathieu BlondelMathieu Blondel <mathieu@mblondel.orgmathieu@mblondel.org>2007-05-26 14:53:25 +0000
commitdfb2e7c0dd2908f269dd2490ad66b8f0bc236aaf (patch)
tree6517cabd3dfbf100c77c8d9a9381236c7cb95bd2 /src/mount.wikipediafs
parent12913d9fee87c909de1e72e87be90f26ec51e29c (diff)
downloadwikipediafs-dfb2e7c0dd2908f269dd2490ad66b8f0bc236aaf.tar.gz
tell which version of the bindings is needed
git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@51 59acd704-e115-0410-a914-e735a229ed7c
Diffstat (limited to 'src/mount.wikipediafs')
-rwxr-xr-xsrc/mount.wikipediafs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.wikipediafs b/src/mount.wikipediafs
index 959df3d..19a3dc9 100755
--- a/src/mount.wikipediafs
+++ b/src/mount.wikipediafs
@@ -26,7 +26,7 @@ try:
from fuse import FuseError
except:
print "The Python bindings for fuse do not seem to be installed."
- print "Please install the fuse-python package."
+ print "Please install fuse-python 0.2 or later."
exit(1)
# When WFS is mounted with fstab, HOME is not defined...