X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cmd%2Ffuse-cmd.py;h=1621f1e527cadc95d5dbbb09cfa24fd59d82079a;hb=f9597bf7865ff8cb04c96bb734d6628ff1c1d9f5;hp=9253a18de996efbea4f58b2125a851bcd1144232;hpb=8c78bbb6804f4d52bd65f60c024fced1bdb1fed3;p=bup.git diff --git a/cmd/fuse-cmd.py b/cmd/fuse-cmd.py index 9253a18..1621f1e 100755 --- a/cmd/fuse-cmd.py +++ b/cmd/fuse-cmd.py @@ -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)