Browse Source
Merge pull request #155 from dergigi/patch-3
[Trivial] Fix typo: laucnhed -> launched
use-env-var-docker
kenshin samourai
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docker/my-dojo/dojo.sh
|
|
@ -464,7 +464,7 @@ help() { |
|
|
|
echo " install Install your dojo." |
|
|
|
echo " " |
|
|
|
echo " Available options:" |
|
|
|
echo " --nolog : do not display the logs after Dojo has been laucnhed." |
|
|
|
echo " --nolog : do not display the logs after Dojo has been launched." |
|
|
|
echo " " |
|
|
|
echo " logs [module] [options] Display the logs of your dojo." |
|
|
|
echo " By default, the command displays the live logs. Use CTRL+C to stop the logs." |
|
|
|