Skip to content

Commit

Permalink
Custom usage to fix #71
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 15, 2020
1 parent 5782c4f commit 018b00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ impl From<ByteFormat> for LibraryByteFormat {
#[derive(Debug, Clap)]
#[clap(name = "dua", about = "A tool to learn about disk usage, fast!")]
#[clap(setting = clap::AppSettings::ColoredHelp)]
#[clap(override_usage = "dua [FLAGS] [OPTIONS] [SUBCOMMAND] [input]...")]
pub struct Args {
#[clap(subcommand)]
pub command: Option<Command>,
Expand Down

0 comments on commit 018b00d

Please sign in to comment.