aboutsummaryrefslogtreecommitdiffstats
path: root/bin
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 /bin
parent3595679ef7e474e07734d573205e75d04034eb88 (diff)
downloadmarkdown-f524131c5402903f172735c7afb3171e8f70e661.tar.gz
markdown-f524131c5402903f172735c7afb3171e8f70e661.tar.bz2
markdown-f524131c5402903f172735c7afb3171e8f70e661.zip
Updated docs for recent command line script changes.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/markdown b/bin/markdown
index aae3e76..8d04cc9 100755
--- a/bin/markdown
+++ b/bin/markdown
@@ -7,9 +7,9 @@ This is the command line script for Python Markdown.
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.
See markdown/__init__.py for information on using Python Markdown as a module.