Skip to content

Commit a07bb8e

Browse files
committed
fix(uninstall): match usage w/ docs
1 parent 1135539 commit a07bb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/uninstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const completion = require('./utils/completion/installed-shallow.js')
99

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

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

0 commit comments

Comments
 (0)