]> arthur.barton.de Git - bup.git/blobdiff - cmd/fuse-cmd.py
fuse-cmd.py: match the style of the import failure message in web-cmd.py.
[bup.git] / cmd / fuse-cmd.py
index 9253a18de996efbea4f58b2125a851bcd1144232..1621f1e527cadc95d5dbbb09cfa24fd59d82079a 100755 (executable)
@@ -5,8 +5,7 @@ from bup.helpers import *
 try:
     import fuse
 except ImportError:
-    log('bup: error: The python "fuse" module is missing.\n' +
-        'To use bup fuse, first install the python-fuse package.\n')
+    log('error: cannot find the python "fuse" module; please install it\n')
     sys.exit(1)