diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-02-15 00:35:43 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-03-02 01:08:11 +0000 |
| commit | 15223cba1ec1b29f62b35e40c4637bcfbfafdc75 (patch) | |
| tree | fba132372aed053a194d23d2a23d557a7eac5e95 /src | |
| parent | 8aaeaa3187aa6cda3f2b264d474f15b4486c44b5 (diff) | |
tweak docstring
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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 <type> <name> [value]: declare option <name> of type <type>, with initial value <value> if given\n" + "decl <type> <name> [value]: declare option <name> of type <type>.\n" + "set its initial value to <value> if given\n" "Available types:\n" " int: integer\n" " bool: boolean (true/false or yes/no)\n" |
