diff --git a/dvc/command/metrics.py b/dvc/command/metrics.py index 6cb3887fd7..038e2f2669 100644 --- a/dvc/command/metrics.py +++ b/dvc/command/metrics.py @@ -187,8 +187,7 @@ def add_parser(subparsers, parent_parser): metrics_show_parser.add_argument( "targets", nargs="*", - help="Metric files or directories (see -R) to show " - "(leave empty to display all)", + help="Metric files or directories (see -R) to show", ) metrics_show_parser.add_argument( "-t",