Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 73f0eba

Browse files
author
Faris Huskovic
committed
add missing comma and dash in readme
1 parent 532d8f6 commit 73f0eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (c *subcmd) Spec() cli.CommandSpec {
9595
return cli.CommandSpec{
9696
Name: "sub",
9797
Usage: "",
98-
Aliases: []string{"s"}
98+
Aliases: []string{"s"},
9999
Desc: `This is a simple subcommand.`,
100100
}
101101
}
@@ -135,5 +135,5 @@ Usage: subcommand [flags]
135135
This is a simple example of subcommands.
136136
137137
Commands:
138-
s,sub This is a simple subcommand.
138+
s,sub - This is a simple subcommand.
139139
```

0 commit comments

Comments
 (0)