Skip to content

Commit

Permalink
restored moa cp (recursive was gone)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Nov 15, 2012
1 parent d99d938 commit c30af6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moa/plugin/system/moautil.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ def _addFiles(tf, path, job):
@moa.args.argument('fromdir', metavar='from', nargs=1, help='copy from')
@moa.args.addFlag('-o', '--overwrite', help='if the target dir exists' +
' - overwrite (instead of copying into that dir')
@moa.args.addFlag('-r', '--recursive', help='copy recursively - ' +
'including all subdirectories')
@moa.args.localRecursive
@moa.args.command
def cp(job, args):
Expand Down

0 comments on commit c30af6f

Please sign in to comment.