Skip to content

Commit

Permalink
Clarify what kind of account login adds
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Feb 5, 2019
1 parent 02ce286 commit bec91ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub enum Command {
},

#[structopt(name = "login", alias = "adduser", alias = "add-user")]
/// 👤 Add a registry user account! (aliases: adduser, add-user)
/// 👤 Add a npm registry user account! (aliases: adduser, add-user)
Login {
#[structopt(long = "registry", short = "r")]
/// Default: 'https://registry.npmjs.org/'.
Expand Down

0 comments on commit bec91ef

Please sign in to comment.