]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-conf: display arguments when an option cannot be parsed 1031/head
authorLoic Dachary <loic@dachary.org>
Wed, 1 Jan 2014 20:23:55 +0000 (21:23 +0100)
committerLoic Dachary <loic@dachary.org>
Wed, 1 Jan 2014 20:23:55 +0000 (21:23 +0100)
commit229740f42245dad46dbbdd5710650226fe7bf168
tree836a999e7e431c81fabd0cf096b51cd76c22bbb2
parent07f5399408b080d775786e45a5055cc0772741dc
ceph-conf: display arguments when an option cannot be parsed

   unable to parse option: ''

Is difficult to figure out. It is much better if shown in the context in
which it was found:

   ceph-conf --help ''
   unable to parse option: ''
   args: '--help' ''

Signed-off-by: Loic Dachary <loic@dachary.org>
src/tools/ceph_conf.cc