diff --git a/dev/src/uu_pinky/pinky.rs.html b/dev/src/uu_pinky/pinky.rs.html index 0c5f5d578..007e914c7 100644 --- a/dev/src/uu_pinky/pinky.rs.html +++ b/dev/src/uu_pinky/pinky.rs.html @@ -426,10 +426,10 @@ use clap::{crate_version, Arg, ArgAction, Command}; use std::path::PathBuf; -use uucore::format_usage; +use uucore::{format_usage, help_about, help_usage}; -static ABOUT: &str = "Lightweight finger"; -const USAGE: &str = "{} [OPTION]... [USER]..."; +const ABOUT: &str = help_about!("pinky.md"); +const USAGE: &str = help_usage!("pinky.md"); mod options { pub const LONG_FORMAT: &str = "long_format";