Browse Source

Fix inconsistency in FAQ

The script in the FAQ is named pv-wrapper. But in the variable export pv-wrapper.sh was used.
Stefano Probst 8 years ago
parent
commit
deadc81729
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -403,7 +403,7 @@ Create a wrapper script:  /usr/local/bin/pv-wrapper  ::
 
 
 Add BORG_RSH environment variable to use pipeviewer wrapper script with ssh. ::
 Add BORG_RSH environment variable to use pipeviewer wrapper script with ssh. ::
 
 
-    export BORG_RSH='/usr/local/bin/pv-wrapper.sh ssh'
+    export BORG_RSH='/usr/local/bin/pv-wrapper ssh'
 
 
 Now |project_name| will be bandwidth limited. Nice thing about pv is that you can change rate-limit on the fly: ::
 Now |project_name| will be bandwidth limited. Nice thing about pv is that you can change rate-limit on the fly: ::