From 99fadd94877c54dbe09844a7d539d97b2a77e0d9 Mon Sep 17 00:00:00 2001 From: Michele Lambertucci Date: Thu, 2 Jan 2020 19:11:54 +0100 Subject: [PATCH] Escape percentages in help strings --- src/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.c b/src/options.c index 00bbf61..cef826f 100644 --- a/src/options.c +++ b/src/options.c @@ -251,7 +251,7 @@ static void usage(const char *argv0, int ret) { "--opacity-rule opacity:condition\n" " Specify a list of opacity rules, in the format \"PERCENT:PATTERN\",\n" " like \'50:name *= \"Firefox\"'. picom-trans is recommended over\n" - " this. Note we do not distinguish 100% and unset, and we don't make\n" + " this. Note we do not distinguish 100%% and unset, and we don't make\n" " any guarantee about possible conflicts with other programs that set\n" " _NET_WM_WINDOW_OPACITY on frame or client windows.\n" "\n" @@ -274,7 +274,7 @@ static void usage(const char *argv0, int ret) { "\n\n" "--glx-no-stencil\n" " GLX backend: Avoid using stencil buffer. Might cause issues\n" - " when rendering transparent content. My tests show a 15% performance\n" + " when rendering transparent content. My tests show a 15%% performance\n" " boost.\n" "\n" "--glx-no-rebind-pixmap\n"