This commit is contained in:
Rasmus Kaj 2017-08-31 19:32:24 +02:00
parent d52e874645
commit ec52f0b57e

View File

@ -37,7 +37,7 @@ use std::process::exit;
fn main() {
dotenv().ok();
env_logger::init().unwrap();
let args = App::new("rphotoadm")
let args = App::new("rphotosadm")
.version(env!("CARGO_PKG_VERSION"))
.about("Command line interface for rphotos")
.subcommand(SubCommand::with_name("findphotos")