Skip to content

Commit

Permalink
Update lib/cli/commands/config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Merlin Beutlberger <[email protected]>
  • Loading branch information
matz3 and RandomByte authored Aug 18, 2023
1 parent 5630aa1 commit 6a35ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/commands/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ configCommand.builder = function(cli) {
builder: noop,
middlewares: [baseMiddleware],
})
.example("$0 config set ui5DataDir .ui5",
.example("$0 config set ui5DataDir /path/to/.ui5",
"Set a value for the ui5DataDir configuration")
.example("$0 config set ui5DataDir",
"Unset the current value of the ui5DataDir configuration");
Expand Down

0 comments on commit 6a35ec9

Please sign in to comment.