From: Carl Worth Date: Mon, 28 Jan 2013 12:37:17 +0000 (+1100) Subject: trim: Fix short command-line option -a for "apitrace trim" X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=54300ebabd931085b2ef12edfef2e8ddd8c709dc trim: Fix short command-line option -a for "apitrace trim" This was documented as being equivalent to --auto, but one piece of the plumbing was not in place. --- diff --git a/cli/cli_trim.cpp b/cli/cli_trim.cpp index afad283..c5b0188 100644 --- a/cli/cli_trim.cpp +++ b/cli/cli_trim.cpp @@ -110,7 +110,7 @@ enum { }; const static char * -shortOptions = "ho:x"; +shortOptions = "aho:x"; const static struct option longOptions[] = {