Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef
[platform/upstream/busybox.git] / coreutils / touch.c
index c51fb70..0f980fd 100644 (file)
@@ -34,7 +34,6 @@
 //usage:       "[-c]" IF_DESKTOP(" [-d DATE] [-r FILE]") " FILE [FILE]..."
 //usage:#define touch_full_usage "\n\n"
 //usage:       "Update the last-modified date on the given FILE[s]\n"
-//usage:     "\nOptions:"
 //usage:     "\n       -c      Don't create files"
 //usage:       IF_DESKTOP(
 //usage:     "\n       -d DT   Date/time to use"