Add instructions to escape question mark

Arguments without it will not work in zsh and possibly other shells.
This commit is contained in:
Roel Nieskens 2024-09-10 09:28:38 +02:00 committed by Behdad Esfahbod
parent d871fd3a08
commit 11343ed64c

View File

@ -122,7 +122,8 @@ Other options
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
For the other options listed below, to see the current value of the option, For the other options listed below, to see the current value of the option,
pass a value of '?' to it, with or without a '='. pass a value of '?' to it, with or without a '='. In some environments,
you might need to escape the question mark, like this: '--glyph-names\?'.
Examples:: Examples::