$ ./toybox mv --help
usage: cp [-HLPRadfilnprsv] SOURCE... DEST

Copy files from SOURCE to DEST.  If more than one SOURCE, DEST must
be a directory.
-F delete any existing destination file first (breaks hardlinks)
-H Follow symlinks listed on command line
-L Follow all symlinks
-P Do not follow symlinks [default]
-R recurse into subdirectories (DEST must be a directory)
-a same as -dpr
-d don't dereference symlinks
-f delete destination files we can't write to
-i interactive, prompt before overwriting existing DEST
-l hard link instead of copy
-n no clobber (don't overwrite DEST)
-p preserve timestamps, ownership, and permissions
-r synonym for -R
-s symlink instead of copy
-v verbose
$

the help we really want is help_cp_mv, but it's not obvious to me what
the right change to lib/help.c is to get that.
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to