Change sync command. id
authorAntony Chazapis <chazapis@gmail.com>
Wed, 11 Jan 2012 09:06:57 +0000 (11:06 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Wed, 11 Jan 2012 09:06:57 +0000 (11:06 +0200)
docs/source/adminguide.rst

index c6ed459..8f6afc2 100644 (file)
@@ -125,7 +125,7 @@ Configure and run apache::
 
 Useful alias to add in ``~/.bashrc``::
 
-  alias pithos-sync='cd /pithos && git pull && python setup.py build_sphinx && /etc/init.d/apache2 restart'
+  alias sync-pithos='cd /pithos && git pull && python setup.py build_sphinx && /etc/init.d/apache2 restart'
 
 Gunicorn Setup
 --------------