From f524131c5402903f172735c7afb3171e8f70e661 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 6 May 2009 20:13:54 -0400 Subject: Updated docs for recent command line script changes. --- bin/markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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. -- cgit v1.2.3