summaryrefslogtreecommitdiffstats
path: root/cmd-show-options.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-31 00:01:12 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-31 00:01:12 +0000
commitd8da761d54ed0d2b449e412511496e67ce8d33ac (patch)
tree56606ce4edbee5b9c57aaf7f6691e1dd9e077ce5 /cmd-show-options.c
parent9094f01c6bf3de3cca17a3303a46adce268d9107 (diff)
parent3408595f77920764bf6c4c313a0abc6a1cfb8048 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r--cmd-show-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c
index e6347d68..f1adcc93 100644
--- a/cmd-show-options.c
+++ b/cmd-show-options.c
@@ -109,7 +109,7 @@ cmd_show_options_print(struct cmd *self, struct cmdq_item *item,
name = options_name(o);
}
- value = options_tostring(o, idx);
+ value = options_tostring(o, idx, 0);
if (args_has(self->args, 'v'))
cmdq_print(item, "%s", value);
else if (options_isstring(o)) {