summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/options.c')
-rw-r--r--release/sysinstall/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c
index 284bc0e..fb05a5f 100644
--- a/release/sysinstall/options.c
+++ b/release/sysinstall/options.c
@@ -127,7 +127,7 @@ static Option Options[] = {
OPT_IS_VAR, RELNAME_PROMPT, VAR_RELNAME, varCheck },
{ "Install Root", "Which directory to unpack distributions or packages relative to",
OPT_IS_VAR, INSTROOT_PROMPT, VAR_INSTALL_ROOT, varCheck },
-{ "Browser Pkg", "This is the browser package that will be used for viewing HTML docs",
+{ "Browser package", "This is the browser package that will be used for viewing HTML docs",
OPT_IS_VAR, BPKG_PROMPT, VAR_BROWSER_PACKAGE, varCheck },
{ "Browser Exec", "This is the path to the main binary of the browser package",
OPT_IS_VAR, BBIN_PROMPT, VAR_BROWSER_BINARY, varCheck },
OpenPOWER on IntegriCloud