aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/250-date-k-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/250-date-k-flag.patch')
-rw-r--r--package/utils/busybox/patches/250-date-k-flag.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/patches/250-date-k-flag.patch b/package/utils/busybox/patches/250-date-k-flag.patch
index 3a85312e2f..5aadbb233c 100644
--- a/package/utils/busybox/patches/250-date-k-flag.patch
+++ b/package/utils/busybox/patches/250-date-k-flag.patch
@@ -2,7 +2,7 @@
+++ b/coreutils/date.c
@@ -123,6 +123,7 @@
//usage: IF_FEATURE_DATE_ISOFMT(
- //usage: "\n -D FMT Use FMT for -d TIME conversion"
+ //usage: "\n -D FMT Use FMT (strptime format) for -d TIME conversion"
//usage: )
+//usage: "\n -k Set Kernel timezone from localtime and exit"
//usage: "\n"