autoupdater: clarify usage of -n in help

This commit is contained in:
Ruben Barkow 2019-05-02 06:09:09 +02:00 committed by Andreas Ziegler
parent 9a364fb8d0
commit 71d0566b37
1 changed files with 3 additions and 2 deletions

View File

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