Skip to content

Commit

Permalink
Uppercase config help
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Jan 14, 2023
1 parent 1e38a4c commit c8a0c49
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 @@ -35,7 +35,7 @@ impl From<std::io::Error> for ConfigError {
#[command(version)]
#[command(about = "Rich presence for Jellyfin", long_about = None)]
struct Args {
#[arg(short = 'c', long = "config", help = "path to the config file")]
#[arg(short = 'c', long = "config", help = "Path to the config file")]
config: Option<String>,
}

Expand Down

0 comments on commit c8a0c49

Please sign in to comment.