Skip to content

Fixed typo in cfengine --help - #202

Merged
larsewi merged 1 commit into
cfengine:mainfrom
larsewi:typo
Jul 29, 2026
Merged

Fixed typo in cfengine --help#202
larsewi merged 1 commit into
cfengine:mainfrom
larsewi:typo

Conversation

@larsewi

@larsewi larsewi commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Before:

$ cfengine --help | grep -A1 'Build a policy set from a'
    build               Build a policy set from a CFEngine Build project A
                        wrapper arount the cfbs `build`-function

After:

$ cfengine --help | grep -A1 'Build a policy set from a'
    build               Build a policy set from a CFEngine Build project. A
                        wrapper around the cfbs `build`-function.

`s/arount/around/` for build argument. Also added period to end of
sentence since the newline is ignored when rendering the help menu.
Last but not least, I changed the help string to multiline string (i.e.
`"""`) instead of using `\n` and escaping newline.

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
@larsewi
larsewi merged commit feec0c8 into cfengine:main Jul 29, 2026
6 checks passed
@larsewi
larsewi deleted the typo branch July 29, 2026 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants