Skip to content

Commit bde1121

Browse files
committed
fix wrong fuse python lib prompt
1 parent 0763eeb commit bde1121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prime_backup/cli/cmd/cmd_fuse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def handle(self):
4444
if os.name != 'posix':
4545
self.logger.error('Note that libfuse is not supported on this system ({}). It requires a unix-like system'.format(platform.system()))
4646
else:
47-
self.logger.error('Note that you need to install the `python-fuse` python package and the libfuse system package to use this command')
47+
self.logger.error('Note that you need to install the `fuse-python` python package and the libfuse system package to use this command')
4848
ErrorReturnCodes.missing_dependency.sys_exit()
4949

5050
self.__adjust_fuse_config()

0 commit comments

Comments
 (0)