diff options
author | Carl Worth <cworth@cworth.org> | 2011-11-04 15:45:09 -0700 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-11-06 08:36:52 +0000 |
commit | 32420d2167c14c4c00d351e8807031b64bce06ef (patch) | |
tree | b739d89ae58b9e608457cf608660da6452bf3b9c /cli/cli_main.cpp | |
parent | 26cca9bfe19d93624494bb316d8741aedbd5b82f (diff) |
cli: Add a new "apitrace diff" command.
This command simply provides a more consistent way of getting access
to the existing tracediff.sh command, (which is now installed to
<prefix>/lib/apitrace/scripts for the "apitrace diff" command to
invoke, but not necessarily for users to invoke directly).
Diffstat (limited to 'cli/cli_main.cpp')
-rw-r--r-- | cli/cli_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/cli_main.cpp b/cli/cli_main.cpp index a3abf54a..421748ca 100644 --- a/cli/cli_main.cpp +++ b/cli/cli_main.cpp @@ -66,6 +66,7 @@ const Command help_command = { }; static const Command * commands[] = { + &diff_command, &dump_command, &trace_command, &help_command |