File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ const readUserInfo = require('./utils/read-user-info.js')
14
14
const usageUtil = require ( './utils/usage.js' )
15
15
16
16
const usage = usageUtil (
17
- 'npm profile enable-2fa [auth-only|auth-and-writes]\n' ,
17
+ 'profile' ,
18
+ 'npm profile enable-2fa [auth-only|auth-and-writes]\n' +
18
19
'npm profile disable-2fa\n' +
19
20
'npm profile get [<key>]\n' +
20
21
'npm profile set <key> <value>'
Original file line number Diff line number Diff line change @@ -393,11 +393,10 @@ All commands:
393
393
394
394
prefix npm prefix [-g]
395
395
396
- profile npm profile disable-2fa
397
-
398
-
399
- common options: npm profile get [<key>]
400
-
396
+ profile npm profile enable-2fa [auth-only|auth-and-writes]
397
+ npm profile disable-2fa
398
+ npm profile get [<key>]
399
+ npm profile set <key> <value>
401
400
402
401
prune npm prune [[<@scope>/]<pkg>...] [--production]
403
402
You can’t perform that action at this time.
0 commit comments