Skip to content

Commit

Permalink
dag: fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jun 3, 2020
1 parent 72dcbc0 commit c03ce4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dvc/command/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def add_parser(subparsers, parent_parser):
dag_parser.add_argument(
"target",
nargs="?",
help="Stage or output to show pipeline for. Optional. "
"(Finds all stages in the workspace by default.)",
help="Stage or output to show pipeline for (optional). "
"Finds all stages in the workspace by default.",
)
dag_parser.set_defaults(func=CmdDAG)

0 comments on commit c03ce4a

Please sign in to comment.