diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-08 20:01:08 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-08 20:01:08 +0000 |
commit | 7ad1ec0892a7e9cbb04c08c9b746667599624b7c (patch) | |
tree | 9f9fd6c64d1a0bbaa06dc81edc05fddc014824f2 /README | |
parent | 000b89c718fdef3790a56fad9cbbfcdcf7fbea52 (diff) | |
download | pandoc-7ad1ec0892a7e9cbb04c08c9b746667599624b7c.tar.gz |
--tabstop -> --tab-stop in README documentation.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1429 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ For further documentation, see the `pandoc(1)` man page. : causes tabs in the source text to be preserved, rather than converted to spaces (the default). -`--tabstop` *tabstop* +`--tab-stop` *tabstop* : sets the number of spaces per tab to *tabstop* (defaults to 4). `--strict` |