mirror of
https://github.com/frappe/bench.git
synced 2025-02-13 16:28:32 +00:00
Add overwrite help message
This commit is contained in:
parent
b38ba7f7b5
commit
6d2afdd9ec
@ -336,7 +336,8 @@ def parse_commandline_args():
|
|||||||
help=argparse.SUPPRESS)
|
help=argparse.SUPPRESS)
|
||||||
|
|
||||||
# whether to overwrite an existing bench
|
# 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()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user