2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-09 22:28:26 +00:00

Add overwrite help message

This commit is contained in:
Daniel Weipert 2017-05-15 21:39:35 +02:00
parent b38ba7f7b5
commit 6d2afdd9ec

View File

@ -336,7 +336,8 @@ def parse_commandline_args():
help=argparse.SUPPRESS)
# whether to overwrite an existing bench
parser.add_argument('--overwrite', dest='overwrite', action='store_true', default=False)
parser.add_argument('--overwrite', dest='overwrite', action='store_true', default=False,
help='Whether to overwrite an existing bench')
args = parser.parse_args()