Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: add --scope to npm init usage (#20373)
PR-URL: #20373
Credit: @jdalton
Reviewed-By: @zkat
  • Loading branch information
jdalton authored and zkat committed Apr 20, 2018
1 parent ed81d14 commit 833046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Expand Up @@ -13,7 +13,7 @@ var usage = require('./utils/usage')

init.usage = usage(
'init',
'\nnpm init [--force|-f|--yes|-y]' +
'\nnpm init [--force|-f|--yes|-y|--scope]' +
'\nnpm init <@scope> (same as `npx <@scope>/create`)' +
'\nnpm init [<@scope>/]<pkg> (same as `npx [<@scope>/]create-<pkg>`)'
)
Expand Down

0 comments on commit 833046e

Please sign in to comment.