mesosphere-backup / mesos-cli

This project has been deprecated. Please use the DC/OS CLI.
https://github.com/mesosphere/dcos-cli
Apache License 2.0
116 stars 30 forks source link

mesos events should have a more descriptive help message #49

Open ssk2 opened 9 years ago

ssk2 commented 9 years ago

Currently:

(env)➜  mesos-cli git:(master) ✗ mesos events --help
usage: mesos-events [-h] [-v] [-s SLEEP_INTERVAL] [-q]

observe events from the cluster

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -s SLEEP_INTERVAL, --sleep-interval SLEEP_INTERVAL
                        Sleep approximately N seconds between iterations
                        (default: 5)
  -q                    Suppresses printing of headers when multiple tasks are
                        being examined (default: False)

A small amount more detail would be useful, I'm curious as to: