]> git.cworth.org Git - apitrace/commit
trim: Complain if given extraneous arguments.
authorCarl Worth <cworth@cworth.org>
Tue, 4 Sep 2012 23:48:00 +0000 (16:48 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:02:55 +0000 (08:02 +0000)
commitf630d9d87c8758269a9b1aeec2db008cbc105b60
tree381e84c6336b0e82b16ee6ddfc999dc738e145bc
parent163b22c70bb09acfa67bdbb954058716aa57a2cb
trim: Complain if given extraneous arguments.

Previously additional arguments were silently ignored, (which can lead
to confusion if the user expects to be able to specify a bare callset
on the command line rather than specifying a --calls option).
cli/cli_trim.cpp