mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
style(cli): update error message
This commit is contained in:
parent
f129bf3e97
commit
a78758123b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue