aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/args.rs
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-19 16:02:34 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-19 16:02:34 -0800
commit372d89750d29ece0c478199e96762e8102efc3d0 (patch)
treeb7811a219b7ff422ea7ff18c860f14a80ecc6c00 /nitrocli/src/args.rs
parentca71373ce37e6377d199ac285df999230049ab8e (diff)
downloadnitrocli-372d89750d29ece0c478199e96762e8102efc3d0.tar.gz
nitrocli-372d89750d29ece0c478199e96762e8102efc3d0.tar.bz2
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.
Diffstat (limited to 'nitrocli/src/args.rs')
-rw-r--r--nitrocli/src/args.rs2
1 files changed, 1 insertions, 1 deletions
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<String>) -> 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",