aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/rdate.c')
-rw-r--r--util-linux/rdate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rdate.c b/util-linux/rdate.c
index 9166546ae..4387f04de 100644
--- a/util-linux/rdate.c
+++ b/util-linux/rdate.c
@@ -49,7 +49,7 @@ int rdate_main(int argc, char **argv)
49 unsigned long flags; 49 unsigned long flags;
50 50
51 opt_complementary = "-1"; 51 opt_complementary = "-1";
52 flags = getopt32(argc, argv, "sp"); 52 flags = getopt32(argv, "sp");
53 53
54 remote_time = askremotedate(argv[optind]); 54 remote_time = askremotedate(argv[optind]);
55 55