Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 @@
* public domain -- David Leonard, 2022
*/
//config:config TSORT
-//config: bool "tsort (0.7 kb)"
+//config: bool "tsort (2.6 kb)"
//config: default y
//config: help
//config: tsort performs a topological sort.