Escape percentages in help strings

This commit is contained in:
Michele Lambertucci 2020-01-02 19:11:54 +01:00
parent e1d9e9535e
commit 99fadd9487
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ static void usage(const char *argv0, int ret) {
"--opacity-rule opacity:condition\n" "--opacity-rule opacity:condition\n"
" Specify a list of opacity rules, in the format \"PERCENT:PATTERN\",\n" " Specify a list of opacity rules, in the format \"PERCENT:PATTERN\",\n"
" like \'50:name *= \"Firefox\"'. picom-trans is recommended over\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" " any guarantee about possible conflicts with other programs that set\n"
" _NET_WM_WINDOW_OPACITY on frame or client windows.\n" " _NET_WM_WINDOW_OPACITY on frame or client windows.\n"
"\n" "\n"
@ -274,7 +274,7 @@ static void usage(const char *argv0, int ret) {
"\n\n" "\n\n"
"--glx-no-stencil\n" "--glx-no-stencil\n"
" GLX backend: Avoid using stencil buffer. Might cause issues\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" " boost.\n"
"\n" "\n"
"--glx-no-rebind-pixmap\n" "--glx-no-rebind-pixmap\n"