diff options
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
-rw-r--r-- | tools/perf/scripts/python/export-to-postgresql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/export-to-postgresql.py b/tools/perf/scripts/python/export-to-postgresql.py index f57811443beb..efcaf6cac2eb 100644 --- a/tools/perf/scripts/python/export-to-postgresql.py +++ b/tools/perf/scripts/python/export-to-postgresql.py | |||
@@ -59,7 +59,7 @@ import datetime | |||
59 | # pt_example=# \q | 59 | # pt_example=# \q |
60 | # | 60 | # |
61 | # An example of using the database is provided by the script | 61 | # An example of using the database is provided by the script |
62 | # call-graph-from-postgresql.py. Refer to that script for details. | 62 | # call-graph-from-sql.py. Refer to that script for details. |
63 | # | 63 | # |
64 | # Tables: | 64 | # Tables: |
65 | # | 65 | # |