Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Correcting tagline in snapctl & snapd output
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbroberg committed Dec 1, 2015
1 parent 546d136 commit 74a6dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/snapctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
-->

# snapctl
A powerful telemetry agent framework
A powerful telemetry framework

## Usage
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/snapctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
app := cli.NewApp()
app.Name = "snapctl"
app.Version = gitversion
app.Usage = "A powerful telemetry agent framework"
app.Usage = "A powerful telemetry framework"
app.Flags = []cli.Flag{flURL, flSecure, flAPIVer}
app.Commands = commands
sort.Sort(ByCommand(app.Commands))
Expand Down
2 changes: 1 addition & 1 deletion snapd.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func main() {
app := cli.NewApp()
app.Name = "snapd"
app.Version = gitversion
app.Usage = "A powerful telemetry agent framework"
app.Usage = "A powerful telemetry framework"
app.Flags = []cli.Flag{
flAPIDisabled,
flAPIPort,
Expand Down

0 comments on commit 74a6dad

Please sign in to comment.