Add a link to the marks docs

This commit is contained in:
Kovid Goyal
2020-01-14 13:45:04 +05:30
parent 4f135be86c
commit 3593189a75

View File

@@ -792,7 +792,7 @@ class Boss:
self._run_kitten('ask', [
'--name=create-marker', '--message',
_('Create marker, for example:\ntext 1 ERROR')
_('Create marker, for example:\ntext 1 ERROR\nSee https://sw.kovidgoyal.net/kitty/marks.html\n')
],
custom_callback=done, action_on_removal=done2)