aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cli.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2014-08-29 22:18:10 -0400
committerWaylan Limberg <waylan@gmail.com>2014-08-29 22:18:10 -0400
commit5f941454f9f7c8b62efec24917b2c7ba983d603c (patch)
treef91ca2be452c6964d608b1e4d46b60d339e928ec /docs/cli.txt
parent3fda9d59fe0bd3a09c888ebadf92afffb2a74690 (diff)
downloadmarkdown-5f941454f9f7c8b62efec24917b2c7ba983d603c.tar.gz
markdown-5f941454f9f7c8b62efec24917b2c7ba983d603c.tar.bz2
markdown-5f941454f9f7c8b62efec24917b2c7ba983d603c.zip
Some docs cleanup.
Diffstat (limited to 'docs/cli.txt')
-rw-r--r--docs/cli.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/cli.txt b/docs/cli.txt
index 7741d34..5098771 100644
--- a/docs/cli.txt
+++ b/docs/cli.txt
@@ -25,13 +25,6 @@ following format:
That will run the module as a script with the options and args provided.
-!!! Note
- Unfortunately, Python 2.6 does not fully support the `-m` flag. Therefore, you
- may need to specify the module in which the command line script exists
- (`markdown.__main__`):
-
- $ python -m markdown.__main__ [options] [args]
-
At its most basic usage, one would simply pass in a file name as the only argument:
$ python -m markdown input_file.txt