aboutsummaryrefslogtreecommitdiff
path: root/wmstatus.c
diff options
context:
space:
mode:
Diffstat (limited to 'wmstatus.c')
-rw-r--r--wmstatus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wmstatus.c b/wmstatus.c
index 1f5b183..7f697e2 100644
--- a/wmstatus.c
+++ b/wmstatus.c
@@ -799,7 +799,7 @@ backend_i3_new (void)
static const struct config_schema g_config_general[] =
{
{ .name = "time_format",
- .comment = "strftime ",
+ .comment = "strftime format specification string",
.type = CONFIG_ITEM_STRING,
.default_ = "\"Week %V, %a %d %b %Y %H:%M %Z\"" },
{ .name = "command",