aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'"),
)