doc: markup :option: role as :nref-option: role to prevent sphinx warnings

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-12-11 16:02:49 +01:00
parent ab615e2276
commit cc6816faf9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ This will *silently delete all the files below the current directory*, no
questions asked. Probably not what you expected. questions asked. Probably not what you expected.
This happens because :command:`find` has the last word on how to interpret its This happens because :command:`find` has the last word on how to interpret its
arguments. For :command:`find`, the argument :option:`-delete` is not a path. arguments. For :command:`find`, the argument :nref-option:`-delete` is not a path.
Let's see how we can handle this particular case: Let's see how we can handle this particular case:
+1 -1
View File
@@ -151,7 +151,7 @@ I Need my Report!
OK, I understand. That's cool, by the way. OK, I understand. That's cool, by the way.
So, if I want to use this with *Kapow!*, I have to make it read the script So, if I want to use this with *Kapow!*, I have to make it read the script
from ``stdin``. To do this I know that I have to put a ``-`` at the end. from ``stdin``. To do this I know that I have to put a :nref-option:`-` at the end.
Let me try: Let me try: