mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 04:33:08 +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>
|
<option>--offline</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Perform the installation offline where possible.</para>
|
<para>Schedule installation for next reboot when possible.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -1142,7 +1142,7 @@ main (int argc, char *argv[])
|
|||||||
_("Show extra debugging information"), NULL },
|
_("Show extra debugging information"), NULL },
|
||||||
{ "offline", '\0', 0, G_OPTION_ARG_NONE, &offline,
|
{ "offline", '\0', 0, G_OPTION_ARG_NONE, &offline,
|
||||||
/* TRANSLATORS: command line option */
|
/* 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,
|
{ "allow-reinstall", '\0', 0, G_OPTION_ARG_NONE, &allow_reinstall,
|
||||||
/* TRANSLATORS: command line option */
|
/* TRANSLATORS: command line option */
|
||||||
_("Allow re-installing existing firmware versions"), NULL },
|
_("Allow re-installing existing firmware versions"), NULL },
|
||||||
|
Loading…
Reference in New Issue
Block a user