diff options
| author | Aidan Gauland | 2013-05-28 22:22:03 +1200 |
|---|---|---|
| committer | Aidan Gauland | 2013-05-28 22:22:03 +1200 |
| commit | cb29c582d72e8ca5488bc4749db68c5843b59abc (patch) | |
| tree | da46e5b80ec5ea567dcaf09f45e8fea4ca9a9f27 /lisp/eshell | |
| parent | 712b9732db5ff6e38ac3f3960d69cb9a484add37 (diff) | |
| download | emacs-cb29c582d72e8ca5488bc4749db68c5843b59abc.tar.gz emacs-cb29c582d72e8ca5488bc4749db68c5843b59abc.zip | |
Added -r option to eshell/cp
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-unix.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 60caf38710a..af54d875cb0 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -532,8 +532,10 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. | |||
| 532 | "don't change anything on disk") | 532 | "don't change anything on disk") |
| 533 | (?p "preserve" nil preserve | 533 | (?p "preserve" nil preserve |
| 534 | "preserve file attributes if possible") | 534 | "preserve file attributes if possible") |
| 535 | (?R "recursive" nil em-recursive | 535 | (?r "recursive" nil em-recursive |
| 536 | "copy directories recursively") | 536 | "copy directories recursively") |
| 537 | (?R nil nil em-recursive | ||
| 538 | "as for -r") | ||
| 537 | (?v "verbose" nil em-verbose | 539 | (?v "verbose" nil em-verbose |
| 538 | "explain what is being done") | 540 | "explain what is being done") |
| 539 | (nil "help" nil nil "show this usage screen") | 541 | (nil "help" nil nil "show this usage screen") |