Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
gek64 committed Oct 22, 2024
1 parent e2b4358 commit 5230029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ func main() {
&cli.StringFlag{
Name: "github",
Aliases: []string{"gh"},
Usage: "set github repo url",
Usage: "set github repo (example: gek64/redl)",
Destination: &github,
},
&cli.StringFlag{
Name: "gitlab",
Aliases: []string{"gl"},
Usage: "set gitlab repo url",
Usage: "set gitlab project id (example: 36189 or fdroid%2ffdroidclient)",
Destination: &gitlab,
},
&cli.StringFlag{
Name: "sourceforge",
Aliases: []string{"sf"},
Usage: "set sourceforge repo url",
Usage: "set sourceforge rss url (example: https://sourceforge.net/projects/mpv-player-windows/rss?path=/64bit)",
Destination: &sourceforge,
},
&cli.StringFlag{
Expand Down

0 comments on commit 5230029

Please sign in to comment.