From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 22 Jan 2014 14:29:33 +0000 (+0100)
Subject: Fixed typo in confclient/commands that led to a swallowing of the first word of the... 
X-Git-Tag: tce~876
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bprefix%7D%7D/index.html?a=commitdiff_plain;h=f66a29b78490b1a7013c4acb7595d4b211560750;p=plomrogue

Fixed typo in confclient/commands that led to a swallowing of the first word of the window config reload command.
---

diff --git a/confclient/commands b/confclient/commands
index 502ede7..28ab122 100644
--- a/confclient/commands
+++ b/confclient/commands
@@ -38,7 +38,7 @@ wg_keys_m 0 0 win geometry config keybindings modify
 wk_keys_d 0 0 win keybindings config keybindings nav down
 wk_keys_u 0 0 win keybindings config keybindings nav up
 wk_keys_m 0 0 win keybindings config keybindings modify
-reload_conf 0 reload windows and keybindings configuration
+reload_conf 0 0 reload windows and keybindings configuration
 save_conf 0 0 save windows and keybindings
 map_u 0 0 map up
 map_d 0 0 map down