From 234274c1df5fd0453933554bbc6e804361957b94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Nov 2022 16:54:14 +0530 Subject: [PATCH] ... --- tools/cli/option-from-string.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cli/option-from-string.go b/tools/cli/option-from-string.go index ea9c61433..d306fbb6f 100644 --- a/tools/cli/option-from-string.go +++ b/tools/cli/option-from-string.go @@ -31,6 +31,7 @@ Create an [Option] from a string. Syntax is: dest: destination choices: choice1, choice2, choice 3 depth: 0 + default: something Help text on multiple lines. Indented lines are preserved as indented blocks. Blank lines are preserved as blank lines. #placeholder_for_formatting# is replaced by the empty string.