diff --git a/admin/autoupdater/src/autoupdater.c b/admin/autoupdater/src/autoupdater.c index 04f80ed..7a57700 100644 --- a/admin/autoupdater/src/autoupdater.c +++ b/admin/autoupdater/src/autoupdater.c @@ -82,8 +82,9 @@ static void usage(void) { " -f, --force Always upgrade to a new version, ignoring its priority\n" " and whether the autoupdater even is enabled.\n\n" " -h, --help Show this help.\n\n" - " -n, --no-action Download and validate the manifest as usual, but do not\n" - " really flash a new firmware if one is available.\n\n" + " -n, --no-action Download and validate the manifest as usual, then only\n" + " download but do not flash a new firmware if one is\n" + " available.\n\n" " --fallback Upgrade if and only if the upgrade timespan of the new\n" " version has passed for at least 24 hours.\n\n" " --force-version Skip version check to allow downgrades.\n\n"