Skip to content

Commit

Permalink
fix(uninstall): match usage w/ docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jan 14, 2021
1 parent 1135539 commit a07bb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uninstall.js
Expand Up @@ -9,7 +9,7 @@ const completion = require('./utils/completion/installed-shallow.js')

const usage = usageUtil(
'uninstall',
'npm uninstall [<@scope>/]<pkg>[@<version>]... [--save-prod|--save-dev|--save-optional] [--no-save]'
'npm uninstall [<@scope>/]<pkg>[@<version>]... [--no-save]'
)

const cmd = (args, cb) => rm(args).then(() => cb()).catch(cb)
Expand Down

0 comments on commit a07bb8e

Please sign in to comment.