Fix #2225: If the option does not begin with dash, linking is not performed

This commit is contained in:
Takeshi KOMIYA
2016-01-09 19:56:07 +09:00
parent e85ea7ed83
commit 7894f0bd9c
5 changed files with 47 additions and 25 deletions

View File

@@ -174,7 +174,17 @@ Others
.. option:: arg
Link to :option:`perl +p` and :option:`arg`.
Link to :option:`perl +p` and :option:`arg`
.. program:: hg
.. option:: commit
.. program:: git commit
.. option:: -p
Link to :option:`hg commit` and :option:`git commit -p`.
User markup