Skip to content

Commit

Permalink
Updated legal name description. Use Oxford comma (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely authored Oct 11, 2024
1 parent 5615115 commit 65348fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/kosli/beginTrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const beginTrailLongDesc = beginTrailShortDesc + `
You can optionally associate the trail to a git commit using ^--commit^ (requires access to a git repo). And you
can optionally redact some of the git commit data sent to Kosli using ^--redact-commit-info^.
A legal ^TRAIL-NAME^ must start with an alphanumeric and only contain alphanumeric characters, ^.^, ^-^, ^_^ and ^~^.
^TRAIL-NAME^s must start with a letter or number, and only contain letters, numbers, ^.^, ^-^, ^_^, and ^~^.
`

const beginTrailExample = `
Expand Down
2 changes: 1 addition & 1 deletion cmd/kosli/createEnvironment.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Logical environments are used for grouping of physical environments. For instanc
be grouped into logical environment **prod**. Logical environments are view-only, you can not report snapshots
to them.
A legal ^ENVIRONMENT-NAME^ must start with an alphanumeric and only contain alphanumeric characters, ^.^, ^-^, ^_^ and ^~^.
^ENVIRONMENT-NAME^s must start with a letter or number, and only contain letters, numbers, ^.^, ^-^, ^_^, and ^~^.
`

const createEnvironmentExample = `
Expand Down
2 changes: 1 addition & 1 deletion cmd/kosli/createFlow.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const createFlowShortDesc = `Create or update a Kosli flow.`
const createFlowLongDesc = createFlowShortDesc + `
You can specify flow parameters in flags.
A legal ^FLOW-NAME^ must start with an alphanumeric and only contain alphanumeric characters, ^.^, ^-^, ^_^ and ^~^.
^FLOW-NAME^s must start with a letter or number, and only contain letters, numbers, ^.^, ^-^, ^_^, and ^~^.
`

const createFlowExample = `
Expand Down

0 comments on commit 65348fd

Please sign in to comment.