Skip to content

Commit fa2abf3

Browse files
authored
fix: Correct sync once description (#487)
Correct sync once description
1 parent d85b862 commit fa2abf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cliflags/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3434
func AllFlagsHelp() map[string]string {

cmd/config/testdata/help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1515
Usage:
1616
ldcli config [flags]

0 commit comments

Comments
 (0)