Skip to content

Commit

Permalink
Fix default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MetroWind committed Jul 4, 2023
1 parent 637ff75 commit e00ffa4
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 @@ -28,7 +28,7 @@ fn main() -> Result<(), Error>
.long("config")
.short('c')
.value_name("FILE")
.default_value("/etc/metube.toml")
.default_value("/etc/nspic.toml")
.help("Path of config file."))
.get_matches();

Expand Down

0 comments on commit e00ffa4

Please sign in to comment.