Mercurial > hg > Members > kono > nitros9-code
changeset 913:2c541a4a3406
Updated to show new -t option
author | boisy |
---|---|
date | Sat, 18 Jan 2003 17:25:41 +0000 |
parents | 38fac79788e3 |
children | 9639def8cf2e |
files | docs/nitros9guide/date.refentry |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/nitros9guide/date.refentry Sat Jan 18 16:57:20 2003 +0000 +++ b/docs/nitros9guide/date.refentry Sat Jan 18 17:25:41 2003 +0000 @@ -8,35 +8,35 @@ <cmdsynopsis> <command>DATE</command> <arg choice="opt"> - <option>t</option> + <option>-t</option> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> -This command will display the current system date, and if the "t" +This command will display the current system date, and if the "-t" option is given, the current system time. </para> </refsect1> <refsect1><title>Examples</title> <screen> -date t +date -t -date t >/p (Output is redirected to printer) +date -t >/p (Output is redirected to printer) OS9: setime - YY/MM/DD HH:MM:SS -TIME ? 81/04/15 14:19:00 + yyyy/mm/dd hh:mm:ss +Time ? 2003/04/15 14:19:00 OS9:date -April 15, 1981 +April 15, 2003 -OS9:date t +OS9:date -t -April 15, 1981 14:20:20 +April 15, 2003 14:20:20 </screen> </refsect1> </refentry>