From 15223cba1ec1b29f62b35e40c4637bcfbfafdc75 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 15 Feb 2014 00:35:43 +0000 Subject: [PATCH] tweak docstring --- src/commands.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index addc67ee..d17c320d 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -779,7 +779,8 @@ const CommandDesc set_option_cmd = { const CommandDesc declare_option_cmd = { "decl", nullptr, - "decl [value]: declare option of type , with initial value if given\n" + "decl [value]: declare option of type .\n" + "set its initial value to if given\n" "Available types:\n" " int: integer\n" " bool: boolean (true/false or yes/no)\n"