aboutsummaryrefslogtreecommitdiff
path: root/coreutils/basename.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/basename.c')
-rw-r--r--coreutils/basename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c
index 812a5e63e..0dd2c43c7 100644
--- a/coreutils/basename.c
+++ b/coreutils/basename.c
@@ -14,7 +14,7 @@
14 * 3) Save some space by using strcmp(). Calling strncmp() here was silly. 14 * 3) Save some space by using strcmp(). Calling strncmp() here was silly.
15 */ 15 */
16//config:config BASENAME 16//config:config BASENAME
17//config: bool "basename (371 bytes)" 17//config: bool "basename (438 bytes)"
18//config: default y 18//config: default y
19//config: help 19//config: help
20//config: basename is used to strip the directory and suffix from filenames, 20//config: basename is used to strip the directory and suffix from filenames,