Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed Nov 3, 2021
1 parent 776623b commit a1a58c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct App {
/// Disables all mods in the directory
#[structopt(short = "o", long)]
disable_all: bool,
/// Disables the given mods. Mods are formatted as `Name` or `Name@Version`
/// Disables the given mods. Mods are formatted as `Name`
#[structopt(short, long)]
disable: Vec<InputMod>,
/// Enables all mods in the directory
Expand Down

0 comments on commit a1a58c5

Please sign in to comment.