Skip to content

Commit 88c4e14

Browse files
committed
refactor(cli): Update cache parameter description for server
1 parent 05c618a commit 88c4e14

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/cli/lib/cli/commands/serve.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ serve.builder = function(cli) {
6666
.option("cache", {
6767
describe:
6868
"Cache mode to use for building UI5 projects. " +
69-
"The 'Default' behavior is to always use the cache if available. 'Force' uses the cache only. " +
70-
"If the cache is unavailable or invalid, the build fails. 'Read-only' does not create or update any " +
71-
"cache but makes use of a cache if available. 'Off' does not use any cache and always triggers " +
72-
"a rebuild of the project",
69+
"The 'Default' behavior is to always use the build-cache if available. 'Force' uses the cache only. " +
70+
"If the build-cache is unavailable or invalid, the server will fail to build the project. " +
71+
"'ReadOnly' does not create or update any cache but makes use of a cache if available. " +
72+
"'Off' does not use any build-cache and always triggers a rebuild of the project",
7373
type: "string",
7474
default: "Default",
7575
choices: ["Default", "Force", "ReadOnly", "Off"],

0 commit comments

Comments
 (0)