Improve help message of mdate-sh.
authorKarl Berry <karl@gnu.org>
Mon, 22 Feb 2010 21:08:43 +0000 (22:08 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Feb 2010 21:13:14 +0000 (22:13 +0100)
* mdate-sh: mention actual output format in help message.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/mdate-sh

index 003a330..e6df597 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-22  Karl Berry  <karl@gnu.org>
+
+       Improve help message of mdate-sh.
+       * mdate-sh: mention actual output format in help message.
+
 2010-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Deprecate dist-lzma in favor of dist-xz.
index e631b22..c477512 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 # Get modification time of a file or directory and pretty-print it.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2010-02-22.21; # UTC
 
-# Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009, 2010
+# Free Software Foundation, Inc.
 # written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
 #
 # This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,8 @@ case $1 in
     cat <<\EOF
 Usage: mdate-sh [--help] [--version] FILE
 
-Pretty-print the modification time of FILE.
+Pretty-print the modification day of FILE, in the format:
+1 January 1970
 
 Report bugs to <bug-automake@gnu.org>.
 EOF