]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
command/cmdparse: use -- to separate positional from non-positional args
authorSage Weil <sage@newdream.net>
Fri, 21 May 2021 22:01:35 +0000 (18:01 -0400)
committerSage Weil <sage@newdream.net>
Tue, 1 Jun 2021 18:45:07 +0000 (14:45 -0400)
commitc441d35bc19aa876e3b87770015f5606e65c0ef0
tree00ba1a02ffeb71121e7846ceb996b2fe95ba00be
parentb9a2a71402921df762a828373d99761c28e5320e
command/cmdparse: use -- to separate positional from non-positional args

In a command definition, separate the non-positional args with "--".

Signed-off-by: Sage Weil <sage@newdream.net>
src/common/cmdparse.cc