Skip to content

Commit

Permalink
fix(-V): aura-pm -> aura
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Jul 31, 2024
1 parent eb0d994 commit 1ba1314
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rust/aura-pm/src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ Aura is a system management tool for Arch Linux and its derivatives.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see 'aura open --license' for details.
under certain conditions.
")]
#[clap(propagate_version = true, disable_help_subcommand = true)]
#[clap(propagate_version = false, disable_help_subcommand = true)]
#[clap(display_name = "aura")]
pub struct Args {
// --- Aura Language Options --- //
/// Output in English.
Expand Down

0 comments on commit 1ba1314

Please sign in to comment.