aboutsummaryrefslogtreecommitdiff
path: root/coreutils/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r--coreutils/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c
index 7b82339fc..7a1dd3599 100644
--- a/coreutils/touch.c
+++ b/coreutils/touch.c
@@ -26,7 +26,7 @@ int touch_main(int argc, char **argv)
26{ 26{
27 int fd; 27 int fd;
28 int status = EXIT_SUCCESS; 28 int status = EXIT_SUCCESS;
29 int flags = getopt32(argc, argv, "c"); 29 int flags = getopt32(argv, "c");
30 30
31 argv += optind; 31 argv += optind;
32 32