]> git.cworth.org Git - apitrace/commitdiff
trim: Fix short command-line option -a for "apitrace trim"
authorCarl Worth <cworth@cworth.org>
Mon, 28 Jan 2013 12:37:17 +0000 (23:37 +1100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 28 Jan 2013 17:34:53 +0000 (17:34 +0000)
This was documented as being equivalent to --auto, but one piece of
the plumbing was not in place.

cli/cli_trim.cpp

index afad283bd8f491a563c267506d6e9f60bec1a096..c5b018856d692c5bf08673bf066d2c7a956c822b 100644 (file)
@@ -110,7 +110,7 @@ enum {
 };
 
 const static char *
-shortOptions = "ho:x";
+shortOptions = "aho:x";
 
 const static struct option
 longOptions[] = {