diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2014-02-23 20:37:30 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-05-07 19:07:18 +0200 |
commit | 30b572efd5d73d948825765803207fd30e062e8b (patch) | |
tree | 0352fc8098d48ac5d5071dfa6aa3daae4491d1a2 /scripts/tracetool/format/h.py | |
parent | b160d7f84a12a0d67fedf85f465bf24c60fbbc98 (diff) |
trace: [tracetool] Change format docs to point to the generated file
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/tracetool/format/h.py')
-rw-r--r-- | scripts/tracetool/format/h.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracetool/format/h.py b/scripts/tracetool/format/h.py index 9b0903d6f9..85f011f76b 100644 --- a/scripts/tracetool/format/h.py +++ b/scripts/tracetool/format/h.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Generate .h file. +trace/generated-tracers.h """ __author__ = "Lluís Vilanova <vilanova@ac.upc.edu>" |