File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const (
2828 OutputFlagDescription = "Command response output format in either JSON or plain text"
2929 PortFlagDescription = "Port for the dev server to run on"
3030 ProjectFlagDescription = "Default project key"
31- SyncOnceFlagDescription = "Only sync new projects. Existing projects will not be resynced on startup "
31+ SyncOnceFlagDescription = "Only sync new projects. Existing projects will neither be resynced nor have overrides specified by CLI flags applied. "
3232)
3333
3434func AllFlagsHelp () map [string ]string {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Supported settings:
1010- `output`: Command response output format in either JSON or plain text
1111- `port`: Port for the dev server to run on
1212- `project`: Default project key
13- - `sync-once`: Only sync new projects. Existing projects will not be resynced on startup
13+ - `sync-once`: Only sync new projects. Existing projects will neither be resynced nor have overrides specified by CLI flags applied.
1414
1515Usage:
1616 ldcli config [flags]
You can’t perform that action at this time.
0 commit comments