mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-09 21:49:46 -05:00
tweak deps, eliminating strsim 0.8 dependency
I also enabled the colored help option for clap, since we're paying for the color dep anyway.
This commit is contained in:
@@ -22,7 +22,8 @@ mod web;
|
||||
#[derive(StructOpt)]
|
||||
#[structopt(
|
||||
name = "moonfire-nvr",
|
||||
about = "security camera network video recorder"
|
||||
about = "security camera network video recorder",
|
||||
global_settings(&[clap::AppSettings::ColoredHelp])
|
||||
)]
|
||||
enum Args {
|
||||
/// Checks database integrity (like fsck).
|
||||
|
||||
Reference in New Issue
Block a user