Added -r option to eshell/cp
This commit is contained in:
parent
712b9732db
commit
cb29c582d7
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-05-28 Aidan Gauland <aidalgol@amuri.net>
|
||||
|
||||
* eshell/em-unix.el: Added -r option to cp
|
||||
|
||||
2013-05-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc/vc-arch.el (vc-exec-after): Declare.
|
||||
|
|
|
@ -532,8 +532,10 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.
|
|||
"don't change anything on disk")
|
||||
(?p "preserve" nil preserve
|
||||
"preserve file attributes if possible")
|
||||
(?R "recursive" nil em-recursive
|
||||
(?r "recursive" nil em-recursive
|
||||
"copy directories recursively")
|
||||
(?R nil nil em-recursive
|
||||
"as for -r")
|
||||
(?v "verbose" nil em-verbose
|
||||
"explain what is being done")
|
||||
(nil "help" nil nil "show this usage screen")
|
||||
|
|
Loading…
Add table
Reference in a new issue