Skip to content

Commit

Permalink
removed recursive run
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Nov 8, 2012
1 parent a6c321e commit 16a854d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moa/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,9 @@ def defineCommands(self, commandparser):
cp = cparser.add_parser(
str(c), help=hlp)

cp.add_argument(
"-r", "--recursive", dest="recursive", action="store_true",
default="false", help="Run this job recursively")
# cp.add_argument(
# "-r", "--recursive", dest="recursive", action="store_true",
# default="false", help="Run this job recursively")

cp.add_argument(
"-v", "--verbose", dest="verbose", action="store_true",
Expand Down

0 comments on commit 16a854d

Please sign in to comment.