From 372d89750d29ece0c478199e96762e8102efc3d0 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 19 Jan 2019 16:02:34 -0800 Subject: Add tests for pws command This change adds a set of tests for the pws command. Covered are all subcommands with the most commonly used parameter combinations. --- nitrocli/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nitrocli/src/args.rs') diff --git a/nitrocli/src/args.rs b/nitrocli/src/args.rs index bf252c3..756176d 100644 --- a/nitrocli/src/args.rs +++ b/nitrocli/src/args.rs @@ -687,7 +687,7 @@ fn pws_set(ctx: &mut ExecCtx<'_>, args: Vec) -> Result<()> { let _ = parser.refer(&mut slot).required().add_argument( "slot", argparse::Store, - "The PWS slot to read", + "The PWS slot to write", ); let _ = parser.refer(&mut name).required().add_argument( "name", -- cgit v1.2.1