From 51e32bb827916d94763d14b28afef1a63e73dd68 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 4 Jun 2020 07:54:09 -0600 Subject: Fix userguide entity typo [ci skip] &f-GetOption; was not properly camelcased in recent commit. Signed-off-by: Mats Wichmann --- doc/user/command-line.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index b6fb0a4..6910290 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -265,7 +265,7 @@ if not GetOption('help'): - &f-Getoption; can be used to retrieve the values of options + &f-GetOption; can be used to retrieve the values of options defined by calls to &f-link-AddOption;. A &f-GetOption; call must appear after the &f-AddOption; call for that option. If the &f-AddOption; call supplied a dest -- cgit v0.12