pull-images -> pull_images

This commit is contained in:
Jérôme Petazzoni
2017-10-14 14:22:46 +02:00
parent 8b0173bc87
commit 117c6c18e9

View File

@@ -116,7 +116,7 @@ _cmd_deploy() {
sep "Deployed tag $TAG"
info "You may want to run one of the following commands:"
info "$0 kube $TAG"
info "$0 pull-images $TAG"
info "$0 pull_images $TAG"
info "$0 cards $TAG $SETTINGS"
}