Skip to content

Commit

Permalink
Adjust the binary name in the cramjam-cli example (#138)
Browse files Browse the repository at this point in the history
By default, and as published on PyPI, the cramjam-cli binary is called cramjam-cli rather than cramjam.
  • Loading branch information
musicinmybrain authored Feb 21, 2024
1 parent 8aaf514 commit 7eb7773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cramjam-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use clap::{Args, Parser, Subcommand, ValueEnum};

#[derive(Clone, Parser)]
#[command(author, version, about)]
#[command(after_long_help = "Example: cramjam snappy compress --input myfile.txt --output out.txt.snappy")]
#[command(after_long_help = "Example: cramjam-cli snappy compress --input myfile.txt --output out.txt.snappy")]
struct Cli {
#[command(subcommand)]
codec: Codec,
Expand Down

0 comments on commit 7eb7773

Please sign in to comment.