mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
Fix typo in docs help section
Change-type: patch Resolves: #2020 Signed-off-by: Scott Lowe <scott@balena.io>
This commit is contained in:
parent
504877c232
commit
238c371ade
@ -51,9 +51,9 @@ export async function renderMarkdown(): Promise<string> {
|
||||
// This fake command allows capitanodoc to include help in docs
|
||||
class FakeHelpCommand {
|
||||
description = stripIndent`
|
||||
List balena commands, or get detailed help for an specific command.
|
||||
List balena commands, or get detailed help for a specific command.
|
||||
|
||||
List balena commands, or get detailed help for an specific command.
|
||||
List balena commands, or get detailed help for a specific command.
|
||||
`;
|
||||
|
||||
examples = [
|
||||
|
@ -1214,7 +1214,7 @@ same as '--application'
|
||||
|
||||
## help [command]
|
||||
|
||||
List balena commands, or get detailed help for an specific command.
|
||||
List balena commands, or get detailed help for a specific command.
|
||||
|
||||
Examples:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user