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 f35bdf08e..d1ad91ba1 100644
--- a/coreutils/basename.c
+++ b/coreutils/basename.c
@@ -24,7 +24,7 @@
24 24
25//config:config BASENAME 25//config:config BASENAME
26//config: bool "basename" 26//config: bool "basename"
27//config: default n 27//config: default y
28//config: help 28//config: help
29//config: basename is used to strip the directory and suffix from filenames, 29//config: basename is used to strip the directory and suffix from filenames,
30//config: leaving just the filename itself. Enable this option if you wish 30//config: leaving just the filename itself. Enable this option if you wish