aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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.