diff options
-rw-r--r-- | fatcat-cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<PathBuf>, - #[structopt(long)] + #[structopt(long, short = "-n")] limit: Option<u64>, }, |