Skip to content

Commit 06ea07a

Browse files
committed
Adjust help text.
1 parent e5774b4 commit 06ea07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virl/cli/pull/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def do_pull(repo, fname, branch="master", recurse=False):
2323
@click.option("--branch", default="main", required=False, help="Branch name from which to pull (default: main)")
2424
def pull(repo, file, branch):
2525
"""
26-
pull topology.yaml from repo
26+
pull CML lab YAML file from repo
2727
"""
2828
ret = do_pull(repo, fname=file, branch=branch)
2929
if not ret:

0 commit comments

Comments
 (0)