aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2009-05-06 20:13:54 -0400
committerWaylan Limberg <waylan@gmail.com>2009-05-06 20:13:54 -0400
commitf524131c5402903f172735c7afb3171e8f70e661 (patch)
tree9544a1f65b4d7862adb6992155601178729f252d /markdown
parent3595679ef7e474e07734d573205e75d04034eb88 (diff)
downloadmarkdown-f524131c5402903f172735c7afb3171e8f70e661.tar.gz
markdown-f524131c5402903f172735c7afb3171e8f70e661.tar.bz2
markdown-f524131c5402903f172735c7afb3171e8f70e661.zip
Updated docs for recent command line script changes.
Diffstat (limited to 'markdown')
-rw-r--r--markdown/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/__init__.py b/markdown/__init__.py
index e0b356d..d1afe81 100644
--- a/markdown/__init__.py
+++ b/markdown/__init__.py
@@ -13,9 +13,9 @@ called from the command line.
## Basic use from the command line:
- python markdown.py source.txt > destination.html
+ markdown source.txt > destination.html
-Run "python markdown.py --help" to see more options.
+Run "markdown --help" to see more options.
## Extensions