From 2109795e3ecfc2fb1fa65342d8065b5c6130ad79 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 27 Oct 2017 21:51:58 -0700 Subject: fix file-read-all command name --- src/bin/geniza-sleep.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/geniza-sleep.rs b/src/bin/geniza-sleep.rs index 1a50d17..dafa33c 100644 --- a/src/bin/geniza-sleep.rs +++ b/src/bin/geniza-sleep.rs @@ -44,7 +44,7 @@ fn run() -> Result<()> { .arg_from_usage(" 'Name of algorithm (empty string for none)'"), ) .subcommand( - SubCommand::with_name("read-all") + SubCommand::with_name("file-read-all") .about("Reads a single SLEEP file, iterates through all entries, prints raw bytes") .arg_from_usage(" 'SLEEP file to read'"), ) -- cgit v1.2.3