Skip to content

Commit

Permalink
Add descriptions for --help.
Browse files Browse the repository at this point in the history
  • Loading branch information
keltia committed Feb 19, 2024
1 parent 10e9ea3 commit a2f2ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ enum Command {
},
/// Convert a file to a different format
Convert {
/// Output in a single file
#[structopt(short, long)]
single_file: bool,
/// Enable Zstd compression
#[structopt(short, long)]
zstd: bool,
#[structopt(parse(from_os_str))]
Expand Down

0 comments on commit a2f2ed6

Please sign in to comment.