Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 7d851c7

Browse files
committed
tweaked the use of setCommandSample
1 parent cc02c81 commit 7d851c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
// set-up the fetch command and options
5050
$console->setCommand("f:","fetch:","Fetch a starter kit","The fetch command grabs a starter kit from GitHub and puts it into source/.");
51-
$console->setCommandExample("f","Install starter kit:","pattern-lab/starter-kit-demo");
52-
$console->setCommandExample("f","Install a tagged version of a starter kit:","pattern-lab/starter-kit-demo#v1.0.0");
51+
$console->setCommandSample("f","Install a starter kit:","github-org/github-repo");
52+
$console->setCommandSample("f","Install a tagged version of a starter kit:","github-org/github-repo#tag");
5353

5454
// set-up the version command
5555
$console->setCommand("v","version","Print the version number","The version command prints out the current version of Pattern Lab.");

0 commit comments

Comments
 (0)