Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 17, 2022
1 parent 355e767 commit 3225507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo-deny/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub(crate) struct GraphContext {

/// Lints your project's crate graph
#[derive(Parser)]
#[structopt(rename_all = "kebab-case", max_term_width = 80)]
#[clap(author, version, about, long_about = None, rename_all = "kebab-case", max_term_width = 80)]
struct Opts {
/// The log level for messages
#[clap(
Expand Down

0 comments on commit 3225507

Please sign in to comment.