aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tsort.c')
-rw-r--r--coreutils/tsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tsort.c b/coreutils/tsort.c
index dedb65b15..a451ed2ff 100644
--- a/coreutils/tsort.c
+++ b/coreutils/tsort.c
@@ -5,7 +5,7 @@
5 * public domain -- David Leonard, 2022 5 * public domain -- David Leonard, 2022
6 */ 6 */
7//config:config TSORT 7//config:config TSORT
8//config: bool "tsort (0.7 kb)" 8//config: bool "tsort (2.6 kb)"
9//config: default y 9//config: default y
10//config: help 10//config: help
11//config: tsort performs a topological sort. 11//config: tsort performs a topological sort.