Files
docker/utils
Michal Minar 1d09fc22ca Handle bad options better
* Do not log bad options error message twice, e.g.:

    $ docker run --pouet
    flag provided but not defined: --pouet
    See 'docker run --help'.
    2014/11/05 21:41:23 flag provided but not defined: --pouet

  With this patch just the first two lines will be produced.

* Print 'docker' just once when run without a command, e.g.:

    $ docker --hel
    flag provided but not defined: --hel
    See 'docker docker --help'.

Signed-off-by: Michal Minar <miminar@redhat.com>
2015-01-06 13:44:27 +01:00
..
2013-11-07 12:27:33 -08:00
2015-01-06 13:44:27 +01:00
2014-10-24 15:03:06 -07:00
2014-06-10 10:02:00 -04:00
2014-11-24 18:10:37 -05:00