[docs] [issue28513] Document zipfile CLI
SilentGhost
report at bugs.python.org
Mon Oct 31 13:04:35 EDT 2016
SilentGhost added the comment:
Serhiy, this needs .. program:: zipfile directive specified before cmdoption. Without it :option:`-c` links to python's -c, rather than zipfile's. The -l and -e are linked correctly, but the option links would have be be changed for all three, i.e. to :option:`-c <zipfile -c>`
----------
nosy: +SilentGhost
stage: commit review -> patch review
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28513>
_______________________________________
More information about the docs
mailing list