From 11343ed64c10d3905f4fb4c8d2810c9612ee8acd Mon Sep 17 00:00:00 2001 From: Roel Nieskens Date: Tue, 10 Sep 2024 09:28:38 +0200 Subject: [PATCH] Add instructions to escape question mark Arguments without it will not work in zsh and possibly other shells. --- Lib/fontTools/subset/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/fontTools/subset/__init__.py b/Lib/fontTools/subset/__init__.py index c32e6fe05..5a1af9a6c 100644 --- a/Lib/fontTools/subset/__init__.py +++ b/Lib/fontTools/subset/__init__.py @@ -122,7 +122,8 @@ Other options ^^^^^^^^^^^^^ 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::