mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Unix commands interprets argument value of first character '-' as a flag. And this won't be fixed in our upstream CLI libraries. This adds help message to show users workarounds. Addressing https://github.com/coreos/etcd/issues/2020.