Skip to content

Commit

Permalink
Add docs for the recursive flag on cp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Mar 11, 2015
1 parent adb9095 commit 45e5fa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/stdlib/file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@
Like uperm but gets the permissions for people who neither own the file nor are a
member of the group owning the file

.. function:: cp(src::AbstractString,dst::AbstractString)
.. function:: cp(src::AbstractString,dst::AbstractString; recursive=false)

Copy a file from `src` to `dest`.
Copy a file from `src` to `dest`. Passing ``recursive=true`` will enable
recursive copying of directories.

.. function:: download(url,[localfile])

Expand Down

0 comments on commit 45e5fa1

Please sign in to comment.