diff options
| author | Ju Lin <i@julin.me> | 2016-11-15 19:59:58 +0800 |
|---|---|---|
| committer | Ju Lin <i@julin.me> | 2016-11-15 19:59:58 +0800 |
| commit | 5d2cd34baf9d49eb28fecaaffdea6c956131f623 (patch) | |
| tree | 98251459a5b185ca25ee19944cd91125f7c2537b /docs/arguments.rst | |
| parent | 665633c3c436af4ac0467b21341697dbb327c6e7 (diff) | |
| download | click-5d2cd34baf9d49eb28fecaaffdea6c956131f623.tar.gz | |
fix code wrapper
Diffstat (limited to 'docs/arguments.rst')
| -rw-r--r-- | docs/arguments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst index 86ecf4d..b2e61e9 100644 --- a/docs/arguments.rst +++ b/docs/arguments.rst @@ -244,7 +244,7 @@ And from the command line: invoke(touch, ['--', '-foo.txt', 'bar.txt']) -If you don't like the '--' marker, you can set ignore_unknown_options to +If you don't like the ``--`` marker, you can set ignore_unknown_options to True to avoid checking unknown options: .. click:example:: |
