From 54300ebabd931085b2ef12edfef2e8ddd8c709dc Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 28 Jan 2013 23:37:17 +1100 Subject: [PATCH] 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. --- cli/cli_trim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { -- 2.43.0