Skip to content

Commit e130730

Browse files
committed
refactor: update cli spec
1 parent 2bc70e4 commit e130730

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/commands/package/update-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default class extends Command {
2424
},
2525
"not-installed": {
2626
"short": "l",
27-
"description": "include not-installed and linked direct dependencies",
27+
"description": "include `not-installed` and `linked` direct dependencies",
2828
"default": false,
2929
"schema": {
3030
"type": "boolean",

lib/commands/workspace/update-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class extends Command {
2525
},
2626
"not-installed": {
2727
"short": "l",
28-
"description": "include not-installed and linked direct dependencies",
28+
"description": "include `not-installed` and `linked` direct dependencies",
2929
"default": false,
3030
"schema": {
3131
"type": "boolean",

0 commit comments

Comments
 (0)