mirror of https://github.com/perkeep/perkeep.git
camput: do not parse flags before AddFlags
Change-Id: I514a89999e0e2e71b97d586bd0baa74ff0330472
This commit is contained in:
parent
317c87c189
commit
989092a39b
|
@ -150,7 +150,6 @@ func newUploader() *Uploader {
|
|||
}
|
||||
|
||||
func main() {
|
||||
flag.Parse()
|
||||
err := cmdmain.Main()
|
||||
// TODO(mpl): see how errors go with other camtool modes
|
||||
// and move some of this accordingly to cmdmain.
|
||||
|
|
Loading…
Reference in New Issue