diff --git a/src/args.rs b/src/args.rs index 3bdf1aa..009a3e9 100644 --- a/src/args.rs +++ b/src/args.rs @@ -225,7 +225,7 @@ pub struct NewUserArgs { #[clap(long, aliases=&["has-root", "sudoer", "root"])] pub hasroot: bool, - /// The password to set. NOTE: Takes hashed password, use `openssl passwd -1 ` to generate the hash. + /// The password to set. NOTE: Takes hashed password, use `openssl passwd -6 ` to generate the hash. /// When not providing a password openssl jumps into an interactive masked input mode allowing you to hide your password /// from the terminal history. pub password: String,