Skip to content

Commit

Permalink
Improve the description
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Oct 28, 2023
1 parent 98d4a93 commit c6221c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[license]: https://github.com/masutaka/github-nippou/blob/master/LICENSE.txt
[godoc]: https://godoc.org/github.com/masutaka/github-nippou

Print today's your GitHub action.
Print today's your GitHub activity for issues and pull requests.

This is a helpful tool when you write a daily report in reference to
GitHub. Nippou is a japanese word which means a daily report.
Expand Down Expand Up @@ -52,7 +52,7 @@ The initialization will be update your [Git global configuration file](https://g

```
$ github-nippou help
Print today's your GitHub action
Print today's your GitHub activity for issues and pull requests
Usage:
github-nippou [flags]
Expand All @@ -62,15 +62,15 @@ Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
init Initialize github-nippou settings
list Print today's your GitHub action
list Print today's your GitHub activity for issues and pull requests
open-settings Open settings url with web browser
version Print version
Flags:
-d, --debug Debug mode
-h, --help help for github-nippou
-s, --since-date string Retrieves GitHub user_events since the date (default "20221122")
-u, --until-date string Retrieves GitHub user_events until the date (default "20221122")
-s, --since-date string Retrieves GitHub user_events since the date (default "20231028")
-u, --until-date string Retrieves GitHub user_events until the date (default "20231028")
Use "github-nippou [command] --help" for more information about a command.
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var debug bool
// RootCmd defines a root command
var RootCmd = &cobra.Command{
Use: "github-nippou",
Short: "Print today's your GitHub action",
Short: "Print today's your GitHub activity for issues and pull requests",
Run: func(cmd *cobra.Command, args []string) {
if err := lib.List(sinceDate, untilDate, debug); err != nil {
fmt.Println(err)
Expand Down

0 comments on commit c6221c0

Please sign in to comment.