aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-27 21:51:58 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-27 21:51:58 -0700
commit2109795e3ecfc2fb1fa65342d8065b5c6130ad79 (patch)
tree3b7c03210b3f3b183f31515871b2b1eecfda9517
parentd29a088cb26434dff3d4584c08ca8f3762e5adf5 (diff)
downloadgeniza-2109795e3ecfc2fb1fa65342d8065b5c6130ad79.tar.gz
geniza-2109795e3ecfc2fb1fa65342d8065b5c6130ad79.zip
fix file-read-all command name
-rw-r--r--src/bin/geniza-sleep.rs2
1 files changed, 1 insertions, 1 deletions
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("<algo_name> '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("<FILE> 'SLEEP file to read'"),
)