Skip to content

Commit e05d371

Browse files
committed
remove unused release script, clarify an arg
1 parent 7a4172e commit e05d371

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ life
165165
},
166166
}
167167

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

release.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)