Skip to content

Commit

Permalink
Merge pull request #539 from killercup/docs/clarify-subcommand-descri…
Browse files Browse the repository at this point in the history
…ption

Clarify what kind of account `login` adds
  • Loading branch information
ashleygwilliams committed Feb 5, 2019
2 parents 02ce286 + 73ed2b8 commit a7e45d0
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 an 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 a7e45d0

Please sign in to comment.