Skip to content

Commit

Permalink
remove unused release script, clarify an arg
Browse files Browse the repository at this point in the history
  • Loading branch information
cliAutomation committed Jul 12, 2022
1 parent 7a4172e commit e05d371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ life
},
}

cmd.Flags().StringVarP(&opts.Repository, "repo", "R", "", "Repository to contribute to")
cmd.Flags().StringVarP(&opts.Repository, "repo", "R", "", "Run in the context of a repo. Currently unused.")
cmd.Flags().StringVarP(&opts.Screensaver, "saver", "s", "", "Screensaver to play")
cmd.Flags().BoolVarP(&opts.List, "list", "l", false, "List available screensavers and exit")

Expand Down
20 changes: 0 additions & 20 deletions release.sh

This file was deleted.

0 comments on commit e05d371

Please sign in to comment.