Skip to content

Commit

Permalink
docs, minor
Browse files Browse the repository at this point in the history
  • Loading branch information
arturadib committed Sep 28, 2012
1 parent 99b9b75 commit 5988408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -177,8 +177,8 @@ Returns array of all files (however deep) in the given paths.
The main difference from `ls('-R', path)` is that the resulting file names
include the base directories, e.g. `lib/resources/file1` instead of just `file1`.

### cp('[options ,] source [,source ...], dest')
### cp('[options ,] source_array, dest')
### cp([options ,] source [,source ...], dest)
### cp([options ,] source_array, dest)
Available options:

+ `-f`: force
Expand Down
4 changes: 2 additions & 2 deletions shell.js
Expand Up @@ -229,8 +229,8 @@ exports.find = wrap('find', _find);


//@
//@ ### cp('[options ,] source [,source ...], dest')
//@ ### cp('[options ,] source_array, dest')
//@ ### cp([options ,] source [,source ...], dest)
//@ ### cp([options ,] source_array, dest)
//@ Available options:
//@
//@ + `-f`: force
Expand Down

0 comments on commit 5988408

Please sign in to comment.