diff --git a/dvc/command/diff.py b/dvc/command/diff.py index 2b1de552c9..bec6039d2a 100644 --- a/dvc/command/diff.py +++ b/dvc/command/diff.py @@ -136,13 +136,13 @@ def add_parser(subparsers, parent_parser): ) diff_parser.add_argument( "--json", - help=("Format the output into a JSON"), + help="Format the output into a JSON", action="store_true", default=False, ) diff_parser.add_argument( "--checksums", - help=("Display checksums for each entry"), + help="Display checksums for each entry", action="store_true", default=False, )