Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit ee6a8c1

Browse files
committed
Better argument description
1 parent bda2755 commit ee6a8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/project/pipeline.decorator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
{
2222
"arg": "-u, --repo-url <repo-url>",
23-
"description": "Repository URL",
23+
"description": "Repository URL in Azure DevOps for application/service source code",
2424
"required": true
2525
},
2626
{
2727
"arg": "-d, --devops-project <devops-project>",
28-
"description": "Azure DevOps Project",
28+
"description": "Azure DevOps Project name",
2929
"required": true
3030
},
3131
{

0 commit comments

Comments
 (0)