Skip to content

Commit

Permalink
Remove extra backslashes in start-point-create help message
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 20, 2023
1 parent b786e00 commit 93bd455
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/sh/start-point-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ show_use()
Eg 7686e9d@https://github.com/cyber-dojo-start-points/gcc-assert
Example 1: non local tagged <url>
cyber-dojo start-point create \\
eg/first \\
--languages \\
cyber-dojo start-point create \
eg/first \
--languages \
384f486@https://github.com/cyber-dojo-start-points/java-junit
Example 2: read tagged git-repo <url>s from a local file
cyber-dojo start-point create \\
eg/second \\
--languages \\
cyber-dojo start-point create \
eg/second \
--languages \
\$(< my-language-selection.txt)
cat my-language-selection.txt
Expand All @@ -54,9 +54,9 @@ show_use()
Example 3: read tagged git-repo <url>s from a curl'd file
ORG=https://raw.githubusercontent.com/cyber-dojo
REPO=languages-start-points
cyber-dojo start-point create \\
eg/third \\
--languages \\
cyber-dojo start-point create \
eg/third \
--languages \
\$(curl --silent ${ORG}/${REPO}/master/start-points/git_repo_urls.all.tagged)
EOF
Expand Down

0 comments on commit 93bd455

Please sign in to comment.