unify error messages

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 22:06:51 +01:00
parent a57402299c
commit 39595f321f
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
. cdist-config
[ $# -eq 1 ] || __cdist_usage "target_host"
[ $# -eq 1 ] || __cdist_usage "<target host>"
set -e

View File

@ -21,6 +21,6 @@
# Compile configuration - create cconfig from manifests
#
[ $# -eq 1 ] || __cdist_usage "target"
[ $# -eq 1 ] || __cdist_usage "<target host>"
echo This script should run the manifest file

View File

@ -23,7 +23,7 @@
. cdist-config
[ $# -eq 1 ] || __cdist_usage "target"
[ $# -eq 1 ] || __cdist_usage "target_host"
set -e

View File

@ -23,7 +23,7 @@
. cdist-config
[ $# -eq 1 ] || __cdist_usage "target"
[ $# -eq 1 ] || __cdist_usage "<target host>"
set -e
cdist-build-explorer | ssh "$1" > "${__cdist_tmp_file}"