From 11dee100af1fc4630dcb96e1ebc0740bd01163b4 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 19 Oct 2016 13:55:19 -0500 Subject: [PATCH] Clarify the test in --help and man page related to offline (#69) --- docs/man/fwupdmgr.sgml | 2 +- src/fu-util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/fwupdmgr.sgml b/docs/man/fwupdmgr.sgml index 854b05474..66426f3f5 100644 --- a/docs/man/fwupdmgr.sgml +++ b/docs/man/fwupdmgr.sgml @@ -90,7 +90,7 @@ - Perform the installation offline where possible. + Schedule installation for next reboot when possible. diff --git a/src/fu-util.c b/src/fu-util.c index 7713d0202..03b887931 100644 --- a/src/fu-util.c +++ b/src/fu-util.c @@ -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 },