Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/cliflags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
OutputFlagDescription = "Command response output format in either JSON or plain text"
PortFlagDescription = "Port for the dev server to run on"
ProjectFlagDescription = "Default project key"
SyncOnceFlagDescription = "Only sync new projects. Existing projects will not be resynced on startup"
SyncOnceFlagDescription = "Only sync new projects. Existing projects will neither be resynced nor have overrides specified by CLI flags applied."
)

func AllFlagsHelp() map[string]string {
Expand Down
2 changes: 1 addition & 1 deletion cmd/config/testdata/help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Supported settings:
- `output`: Command response output format in either JSON or plain text
- `port`: Port for the dev server to run on
- `project`: Default project key
- `sync-once`: Only sync new projects. Existing projects will not be resynced on startup
- `sync-once`: Only sync new projects. Existing projects will neither be resynced nor have overrides specified by CLI flags applied.

Usage:
ldcli config [flags]
Expand Down
Loading