Update mod.rs

master
ashley williams 6 years ago committed by GitHub
parent bec91efbea
commit 73ed2b83f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/command/mod.rs

@ -50,7 +50,7 @@ pub enum Command {
},
#[structopt(name = "login", alias = "adduser", alias = "add-user")]
/// 👤 Add a npm registry user account! (aliases: adduser, add-user)
/// 👤 Add an npm registry user account! (aliases: adduser, add-user)
Login {
#[structopt(long = "registry", short = "r")]
/// Default: 'https://registry.npmjs.org/'.

Loading…
Cancel
Save