Skip to content

Commit 293b44a

Browse files
committed
sdk: improve help message
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f475c7f commit 293b44a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

git-extra/git-sdk.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ sdk () {
2626
The 'sdk' shell function helps you to get up and running
2727
with the Git for Windows SDK. The available subcommands are:
2828
29-
create-desktop-icon: install a desktop icon that starts the GfW SDK shell.
29+
create-desktop-icon: install a desktop icon that starts the Git for
30+
Windows SDK Bash.
3031
31-
init <repo>: initialize and/or update a development repo. Known repos
32+
init <project>: initialize and/or update a worktree. Known projects
3233
are: build-extra, git, MINGW-packages, MSYS2-packages.
3334
34-
build: builds one of the following: git, git-and-installer.
35+
build <project>: builds one of the following: git, git-and-installer.
3536
EOF
3637
;;
3738
welcome)

0 commit comments

Comments
 (0)