summary refs log tree commit diff
path: root/gnu/packages/cflow.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cflow.scm')
-rw-r--r--gnu/packages/cflow.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cflow.scm b/gnu/packages/cflow.scm
index bb000ddc59..caf690bc4c 100644
--- a/gnu/packages/cflow.scm
+++ b/gnu/packages/cflow.scm
@@ -36,7 +36,7 @@
                "1jkbq97ajcf834z68hbn3xfhiz921zhn39gklml1racf0kb3jzh3"))))
     (build-system gnu-build-system)
     (home-page "http://www.gnu.org/software/cflow/")
-    (synopsis "A tool to analyze the control flow of C programs")
+    (synopsis "Create a graph of control flow within a program")
     (description
      "GNU cflow analyzes a collection of C source files and prints a
 graph, charting control flow within the program.