]> git.notmuchmail.org Git - apitrace/commitdiff
Document -w option.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 23 Mar 2011 13:21:01 +0000 (13:21 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 23 Mar 2011 13:21:01 +0000 (13:21 +0000)
glretrace.py

index ea8d71fcb4f71a350830438973f40ef9b4660975..63b21fe7ec95e70c06dc0d0b66d97e1de1065ae9 100644 (file)
@@ -347,7 +347,8 @@ static void usage(void) {
         "  -c PREFIX    compare against snapshots\n"
         "  -db          use a double buffer visual\n"
         "  -s PREFIX    take snapshots\n"
-        "  -v           verbose output\n";
+        "  -v           verbose output\n"
+        "  -w           wait on final frame\n";
 }
 
 int main(int argc, char **argv)