aboutsummaryrefslogtreecommitdiff
path: root/coreutils/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r--coreutils/touch.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c
index 7b7b9f8a1..11b40d427 100644
--- a/coreutils/touch.c
+++ b/coreutils/touch.c
@@ -16,23 +16,23 @@
16//config: bool "touch (5.8 kb)" 16//config: bool "touch (5.8 kb)"
17//config: default y 17//config: default y
18//config: help 18//config: help
19//config: touch is used to create or change the access and/or 19//config: touch is used to create or change the access and/or
20//config: modification timestamp of specified files. 20//config: modification timestamp of specified files.
21//config: 21//config:
22//config:config FEATURE_TOUCH_NODEREF 22//config:config FEATURE_TOUCH_NODEREF
23//config: bool "Add support for -h" 23//config: bool "Add support for -h"
24//config: default y 24//config: default y
25//config: depends on TOUCH 25//config: depends on TOUCH
26//config: help 26//config: help
27//config: Enable touch to have the -h option. 27//config: Enable touch to have the -h option.
28//config: This requires libc support for lutimes() function. 28//config: This requires libc support for lutimes() function.
29//config: 29//config:
30//config:config FEATURE_TOUCH_SUSV3 30//config:config FEATURE_TOUCH_SUSV3
31//config: bool "Add support for SUSV3 features (-d -t -r)" 31//config: bool "Add support for SUSV3 features (-d -t -r)"
32//config: default y 32//config: default y
33//config: depends on TOUCH 33//config: depends on TOUCH
34//config: help 34//config: help
35//config: Enable touch to use a reference file or a given date/time argument. 35//config: Enable touch to use a reference file or a given date/time argument.
36 36
37//applet:IF_TOUCH(APPLET_NOFORK(touch, touch, BB_DIR_BIN, BB_SUID_DROP, touch)) 37//applet:IF_TOUCH(APPLET_NOFORK(touch, touch, BB_DIR_BIN, BB_SUID_DROP, touch))
38 38