summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-09-08 14:41:37 +0200
committerDave Davenport <qball@gmpclient.org>2020-09-08 14:42:17 +0200
commit88ac249d36177026dc65bf8956edf7c8436b1004 (patch)
tree51a24ba1d57cb7bd53c46fe93ef6d9329333c679 /source
parent34bb91976266cc0c935c169cfb254c69933aaa43 (diff)
[Window] Try to clarify help.
Issue: #1183
Diffstat (limited to 'source')
-rw-r--r--source/xrmoptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 30e20160..aff2ec9b 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -127,7 +127,7 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "run-shell-command", { .str = &config.run_shell_command }, NULL,
"Run command to execute that runs in shell", CONFIG_DEFAULT },
{ xrm_String, "window-command", { .str = &config.window_command }, NULL,
- "Command executed on accep-entry-custom for window modus", CONFIG_DEFAULT },
+ "Command to executed when -kb-accept-alt binding is hit on selected window ", CONFIG_DEFAULT },
{ xrm_String, "window-match-fields", { .str = &config.window_match_fields }, NULL,
"Window fields to match in window mode", CONFIG_DEFAULT },
{ xrm_String, "icon-theme", { .str = &config.icon_theme }, NULL,