From 8b2dca09dcfda081b449202ed6a749319ed84206 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Fri, 28 Feb 2020 00:49:05 -0600 Subject: [PATCH] metrics show: update -h output to match docs per https://github.com/iterative/dvc.org/pull/1014/commits/2c3452119545987f77b764e4aa6fc94d051092a7 --- dvc/command/metrics.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",