diff mbox series

Fix usage doc of "--dry-run"

Message ID 20181110223025.28184-1-diego.rondini@kynetics.com
State Accepted
Headers show
Series Fix usage doc of "--dry-run" | expand

Commit Message

Diego Rondini Nov. 10, 2018, 10:30 p.m. UTC
Fix usage documentation of "--dry-run" option.

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
---
 core/swupdate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Nov. 12, 2018, 11:46 a.m. UTC | #1
On 10/11/18 23:30, Diego Rondini wrote:
> Fix usage documentation of "--dry-run" option.
> 
> Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
> ---
>  core/swupdate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/core/swupdate.c b/core/swupdate.c
> index 161b03f..4a8b471 100644
> --- a/core/swupdate.c
> +++ b/core/swupdate.c
> @@ -131,7 +131,7 @@ static void usage(char *programname)
>  		" -K, --key-aes <key file>       : the file contains the symmetric key to be used\n"
>  		"                                  to decrypt images\n"
>  #endif
> -		" -n, --dry-to-run               : run SWUpdate without installing the software\n"
> +		" -n, --dry-run                  : run SWUpdate without installing the software\n"
>  		" -N, --no-downgrading <version> : not install a release older as <version>\n"
>  		" -o, --output <output file>     : saves the incoming stream\n"
>  		" -v, --verbose                  : be verbose, set maximum loglevel\n"
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/core/swupdate.c b/core/swupdate.c
index 161b03f..4a8b471 100644
--- a/core/swupdate.c
+++ b/core/swupdate.c
@@ -131,7 +131,7 @@  static void usage(char *programname)
 		" -K, --key-aes <key file>       : the file contains the symmetric key to be used\n"
 		"                                  to decrypt images\n"
 #endif
-		" -n, --dry-to-run               : run SWUpdate without installing the software\n"
+		" -n, --dry-run                  : run SWUpdate without installing the software\n"
 		" -N, --no-downgrading <version> : not install a release older as <version>\n"
 		" -o, --output <output file>     : saves the incoming stream\n"
 		" -v, --verbose                  : be verbose, set maximum loglevel\n"