diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-08-29 22:18:10 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-08-29 22:18:10 -0400 |
commit | 5f941454f9f7c8b62efec24917b2c7ba983d603c (patch) | |
tree | f91ca2be452c6964d608b1e4d46b60d339e928ec /docs/cli.txt | |
parent | 3fda9d59fe0bd3a09c888ebadf92afffb2a74690 (diff) | |
download | markdown-5f941454f9f7c8b62efec24917b2c7ba983d603c.tar.gz markdown-5f941454f9f7c8b62efec24917b2c7ba983d603c.tar.bz2 markdown-5f941454f9f7c8b62efec24917b2c7ba983d603c.zip |
Some docs cleanup.
Diffstat (limited to 'docs/cli.txt')
-rw-r--r-- | docs/cli.txt | 7 |
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 |