style(cli): update error message

pull/572/head
Anthony Lapenna 2017-02-07 16:27:40 +13:00
parent f129bf3e97
commit a78758123b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const (
errSocketNotFound = portainer.Error("Unable to locate Unix socket")
errEndpointsFileNotFound = portainer.Error("Unable to locate external endpoints file")
errInvalidSyncInterval = portainer.Error("Invalid synchronization interval")
errEndpointExcludeExternal = portainer.Error("Cannot use the -H mutually with --external-endpoints")
errEndpointExcludeExternal = portainer.Error("Cannot use the -H flag mutually with --external-endpoints")
)
// ParseFlags parse the CLI flags and return a portainer.Flags struct