Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Sep 16, 2015
1 parent 66d0850 commit 99d01da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataserv_client/cli.py
Expand Up @@ -119,11 +119,11 @@ def _add_farm(command_parser):
)
# cleanup
farm_parser.add_argument('--cleanup', action='store_true',
help="Remove generated files.")
help="Remove generated files.")

# rebuild
farm_parser.add_argument('--rebuild', action='store_true',
help="Replace previously files.")
help="Replace previously files.")

# set height interval
default = common.DEFAULT_SET_HEIGHT_INTERVAL
Expand Down

0 comments on commit 99d01da

Please sign in to comment.