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 ace0148c0..6d8215895 100644
--- a/coreutils/basename.c
+++ b/coreutils/basename.c
@@ -15,7 +15,7 @@
15 * 3) Save some space by using strcmp(). Calling strncmp() here was silly. 15 * 3) Save some space by using strcmp(). Calling strncmp() here was silly.
16 */ 16 */
17//config:config BASENAME 17//config:config BASENAME
18//config: bool "basename" 18//config: bool "basename (371 bytes)"
19//config: default y 19//config: default y
20//config: help 20//config: help
21//config: basename is used to strip the directory and suffix from filenames, 21//config: basename is used to strip the directory and suffix from filenames,