From 727e9a86fc6a36caa1386656418887ffb810918f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 15 Feb 2021 13:50:38 -0800 Subject: make limit short arg consistent --- fatcat-cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatcat-cli') diff --git a/fatcat-cli/src/main.rs b/fatcat-cli/src/main.rs index b8b3865..4b8322a 100644 --- a/fatcat-cli/src/main.rs +++ b/fatcat-cli/src/main.rs @@ -307,7 +307,7 @@ enum Command { #[structopt(long = "--input-file", short = "-i", parse(from_os_str))] input_path: Option, - #[structopt(long)] + #[structopt(long, short = "-n")] limit: Option, }, -- cgit v1.2.3