mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 21:35:02 +00:00
Clarify the test in --help and man page related to offline (#69)
This commit is contained in:
parent
0d7c113ea3
commit
11dee100af
@ -90,7 +90,7 @@
|
||||
<option>--offline</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Perform the installation offline where possible.</para>
|
||||
<para>Schedule installation for next reboot when possible.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -1142,7 +1142,7 @@ main (int argc, char *argv[])
|
||||
_("Show extra debugging information"), NULL },
|
||||
{ "offline", '\0', 0, G_OPTION_ARG_NONE, &offline,
|
||||
/* TRANSLATORS: command line option */
|
||||
_("Perform the installation offline where possible"), NULL },
|
||||
_("Schedule installation for next reboot when possible"), NULL },
|
||||
{ "allow-reinstall", '\0', 0, G_OPTION_ARG_NONE, &allow_reinstall,
|
||||
/* TRANSLATORS: command line option */
|
||||
_("Allow re-installing existing firmware versions"), NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user