Browse Source

fix ssh publisher doc string

main
Jake Vanderplas 12 years ago
committed by Lakshmi Vyasarajan
parent
commit
2677bbee89
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      hyde/ext/publishers/ssh.py

+ 3
- 3
hyde/ext/publishers/ssh.py View File

@@ -24,10 +24,10 @@ as follows:
>$ hyde gen
>$ hyde publish -p ssh

For the above options, this will lead to execution of the following command,
assuming the specified deploy directory is ``deploy/``:
For the above options, this will lead to execution of the following command
within the ``deploy/`` directory:

rsync -r -e ssh [deploy/] username@ssh.server.com:/www/username/mysite/
rsync -r -e ssh ./ username@ssh.server.com:/www/username/mysite/

"""
from hyde.publisher import Publisher


||||||
x
 
000:0
Loading…
Cancel
Save