diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-10 03:37:47 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 11:52:13 +0100 |
commit | cede584a5cece40511c94fcec31569218d00419c (patch) | |
tree | 118ea5ac568eef23d2ac6ebcdf497a61ce475a94 /manpages | |
parent | 920ec1605bedc87223047748cd22d408be85c7db (diff) | |
download | vyos-live-build-cede584a5cece40511c94fcec31569218d00419c.tar.gz vyos-live-build-cede584a5cece40511c94fcec31569218d00419c.zip |
manpages: fix typo
Closes: #926238
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 8a434acca..e0b7d50c7 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -472,7 +472,7 @@ defines the path to a swap file to create in the binary image. Default is not to .IP "\fB\-\-swap\-file\-size\fR \fIMB\fR" 4 defines what size in megabytes the swap file should be, if one is to be created. Default is 512MB. .IP "\fB\-\-system\fR live|normal" 4 -defines if the resulting system image should a live system or a normal, non-live system. Defaults to live. +defines if the resulting system image should be a live system or a normal, non-live system. Defaults to live. .IP "\fB\-\-tasksel\fR apt|aptitude|tasksel" 4 selects which program is used to install tasks. By default, this is set to tasksel. .IP "\fB\-\-uefi\-secure\-boot\fR \fIauto|enable|disable\fR" 4 |