diff --git a/bin/cdist b/bin/cdist index 6a7a2d6d..0f37db2e 100755 --- a/bin/cdist +++ b/bin/cdist @@ -214,5 +214,3 @@ if __name__ == "__main__": sys.exit(0) sys.exit(0) - - diff --git a/build b/build index 9e9fbf21..38fdac07 100755 --- a/build +++ b/build @@ -144,8 +144,9 @@ case "$1" in echo '' echo 'Here are the possible targets:' echo '' - echo ' man: Build manpages (requires Asciidoc)' echo ' clean: Remove build stuff' + echo ' man: Build manpages (requires Asciidoc)' + echo ' test: Run tests' echo '' echo '' echo "Unknown target, \"$1\"" >&2