Clarify the test in --help and man page related to offline (#69)

This commit is contained in:
Mario Limonciello 2016-10-19 13:55:19 -05:00
parent 0d7c113ea3
commit 11dee100af
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 },