diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh
index 95f8a9838123c939f70056db476c6a0c876d457c..79aebea8a879476977b2f2bbd13ff78f79736b25 100644
--- a/plugins/transfer/restic.sh
+++ b/plugins/transfer/restic.sh
@@ -251,9 +251,11 @@
     }
 
     # Mount backup data
+    # see "restic help mount"
     function t_restoreDoMountBackupdata(){
         local _cmd=
-        echo HINT: This feature requires fuse. It works with root on UNIX/ LINUX platforms - not on MS Windows.
+        echo "HINT: This feature requires fuse. It works with root on UNIX/ LINUX platforms - not on MS Windows."
+        echo "      It can mount a single directory and shows all snapshots (not only [$RESTORE_ITEM])."
         echo
         if [ -z "$RESTIC_MOUNTPOINT" ]; then
             color error