summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2013-02-11 13:49:02 -0800
committerJosé Fonseca <jfonseca@vmware.com>2013-02-22 16:34:20 +0000
commitf5f7f7ff4f2af0cc920b3cdc72258a0c02ca1db5 (patch)
treeb070806609d5089134f53caff642afd5197bffef /cli
parent2b6d24e83e0c7072da8c67a8f29fd85f2d64cff5 (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.cpp2
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