cmd/tailscale: don't crash on too many non-flag args

This commit is contained in:
Brad Fitzpatrick
2020-03-15 22:27:36 -07:00
parent d348b94505
commit 5aafe0ee96
2 changed files with 2 additions and 3 deletions

View File

@@ -7,5 +7,5 @@
// Package version provides the version that the binary was built at.
package version
const LONG = "date.20200311"
const LONG = "date.20200315"
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?