changeset 837:7e26baed713e

Updated help with new opts
author boisy
date Tue, 14 Jan 2003 14:09:20 +0000
parents fd1b853660db
children 19ac91c8dbcf
files level1/sys/copy.hp level1/sys/date.hp
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/level1/sys/copy.hp	Tue Jan 14 13:45:55 2003 +0000
+++ b/level1/sys/copy.hp	Tue Jan 14 14:09:20 2003 +0000
@@ -1,4 +1,10 @@
 @COPY
-Syntax: Copy pathname pathname [-s]
-Usage : copies data from one file to a second file
-Opts  : -s = single drive copy 
+Syntax: Copy [<opts>] <srcpath> [<dstpath>] [<opts>]
+Usage : copies files
+Opts  :
+  -a = abort on error
+  -p = don't print files copied (use with -w)
+  -r = rewrite destination
+  -s = single drive copy 
+  -w=<dir> = copy files to <dir>
+  -x = copy from exec dir
--- a/level1/sys/date.hp	Tue Jan 14 13:45:55 2003 +0000
+++ b/level1/sys/date.hp	Tue Jan 14 14:09:20 2003 +0000
@@ -1,4 +1,5 @@
 @DATE
 Syntax: Date [-t]
-Usage : Specifies current system time and date
-Opts  : -t = specify time also
+Usage : Displays current system date
+Opts  :
+  -t = display time also