diff options
author | Carl Worth <cworth@cworth.org> | 2013-02-11 13:49:02 -0800 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2013-02-22 16:34:20 +0000 |
commit | f5f7f7ff4f2af0cc920b3cdc72258a0c02ca1db5 (patch) | |
tree | b070806609d5089134f53caff642afd5197bffef /cli | |
parent | 2b6d24e83e0c7072da8c67a8f29fd85f2d64cff5 (diff) |
cli: Rename "apitrace retrace" to "apitrace replay".
After some debate on the mailing list, the consensus favors the name
"replay" for this operation. Update the documentation in
README.markdown to match.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/cli_retrace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli_retrace.cpp b/cli/cli_retrace.cpp index d22f719b..db799b96 100644 --- a/cli/cli_retrace.cpp +++ b/cli/cli_retrace.cpp @@ -144,7 +144,7 @@ command(int argc, char *argv[]) } const Command retrace_command = { - "retrace", + "replay", synopsis, usage, command |