changed triton to spearhead in help out for env setup

This commit is contained in:
Marius Pana 2018-07-07 13:35:39 +03:00
parent ef91454769
commit 4684efe22a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ do_docker_setup.help = [
'the DOCKER_HOST and related environment variables.',
'',
'After running this, you can setup your shell environment for `docker` via:',
' eval "$(triton env --docker)"',
' eval "$(spearhead env --docker)"',
'or the equivalent. See `spearhead env --help` for details.'
/* END JSSTYLED */
].join('\n');