Mercurial > hg > Members > kono > nitros9-code
changeset 841:d5c84431e734
Shrank help a bit more to reduce size
author | boisy |
---|---|
date | Tue, 14 Jan 2003 15:01:07 +0000 |
parents | 72b6bd4532fc |
children | 03a3c269ba1a |
files | level1/cmds/copy.asm |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/copy.asm Tue Jan 14 14:51:32 2003 +0000 +++ b/level1/cmds/copy.asm Tue Jan 14 15:01:07 2003 +0000 @@ -78,17 +78,17 @@ HlpMsg fcb C$LF fcc /Use: Copy [<opts>] <srcpath> [<dstpath>] [<opts>]/ fcb C$LF - fcc / -a abort on error/ + fcc / -a = abort on error/ fcb C$LF - fcc / -p don't print file names copied (with -w option only)/ + fcc / -p = don't print files copied (use with -w)/ fcb C$LF - fcc / -r rewrite destination/ + fcc / -r = rewrite destination/ fcb C$LF - fcc / -s single drive copy/ + fcc / -s = single drive copy/ fcb C$LF - fcc / -w=<dir> copy files to <dir>/ + fcc / -w=<dir> = copy files to <dir>/ fcb C$LF - fcc / -x look in execution directory for source/ + fcc / -x = copy from exec dir/ fcb C$CR HlpMsgL equ *-HlpMsg ENDC