From 5db376b22250d10e652d3e697f2b0a22e8446c76 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 30 Dec 2018 01:12:27 +0100 Subject: Document the lock command This patch adds documentation and examples for the lock command to the README and to the man page. It also adds the lock command to the top-level help message. --- 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 f1db33f..ffcc0d1 100644 --- a/nitrocli/src/args.rs +++ b/nitrocli/src/args.rs @@ -952,7 +952,7 @@ fn parse_arguments(args: Vec) -> Result<(Command, Vec)> { let _ = parser.refer(&mut command).required().add_argument( "command", argparse::Store, - "The command to execute (config|otp|pin|pws|status|storage)", + "The command to execute (config|lock|otp|pin|pws|status|storage)", ); let _ = parser.refer(&mut subargs).add_argument( "arguments", -- cgit v1.2.1