Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Sep 5, 2024
1 parent 3cd71bd commit a7a17e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions brush-shell/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ pub struct CommandLineArgs {
#[clap(long = "noediting")]
pub no_editing: bool,

/// Don't process any profile/login files (/etc/profile, ~/.bash_profile, ~/.bash_login,
/// ~/.profile).
/// Don't process any profile/login files (`/etc/profile`, `~/.bash_profile`, `~/.bash_login`,
/// `~/.profile`).
#[clap(long = "noprofile")]
pub no_profile: bool,

/// Don't process "rc" files if the shell is interactive (e.g., ~/.bashrc, ~/.brushrc).
/// Don't process "rc" files if the shell is interactive (e.g., `~/.bashrc`, `~/.brushrc`).
#[clap(long = "norc")]
pub no_rc: bool,

Expand Down

0 comments on commit a7a17e4

Please sign in to comment.