Skip to content

Commit

Permalink
refactor: update command headline
Browse files Browse the repository at this point in the history
Update the command headline in the help text and README file as well.
  • Loading branch information
gabor-boros committed Oct 8, 2021
1 parent 99fba16 commit e1fa381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h3 align="center">Minutes</h3>

<p align="center">
Sync worklogs between time trackers, invoicing, and bookkeeping software.
Sync worklogs between multiple time trackers, invoicing, and bookkeeping software.
<br />
<a href="https://github.com/minutes/tree/master/docs/README.md"><strong>Explore the docs</strong></a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (

rootCmd = &cobra.Command{
Use: program,
Short: "Sync worklogs between multiple time tracker, invoicing, and bookkeeping software.",
Short: "Sync worklogs between multiple time trackers, invoicing, and bookkeeping software.",
Long: `
Minutes is a CLI tool for synchronizing work logs between multiple time
trackers, invoicing, and bookkeeping software to make entrepreneurs'
Expand Down

0 comments on commit e1fa381

Please sign in to comment.