mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 17:56:57 +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
|
// This fake command allows capitanodoc to include help in docs
|
||||||
class FakeHelpCommand {
|
class FakeHelpCommand {
|
||||||
description = stripIndent`
|
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 = [
|
examples = [
|
||||||
|
@ -1214,7 +1214,7 @@ same as '--application'
|
|||||||
|
|
||||||
## help [command]
|
## 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:
|
Examples:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user