From 63ad7b9cb8f54b9df23f310f26aa23fe63ecb6b5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Mar 2020 08:57:44 +0100 Subject: bin/nit-picker: give hints about available checks --- bin/nit-picker | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin/nit-picker') diff --git a/bin/nit-picker b/bin/nit-picker index 37b0321..d356011 100755 --- a/bin/nit-picker +++ b/bin/nit-picker @@ -747,7 +747,12 @@ while pgrep -x ii >/dev/null \ fi ;; *) - >&2 printf 'action "%s" is not yet implemented ...\n' "${action}" + >&2 printf 'action "%s" is not yet implemented.\n' "${action}" + >&2 printf 'implemented actions are:\n' + >&2 printf ' %s\n' \ + commit binary-dependencies binary-signature build-duration \ + keyring package-blob upstream-availability \ + repository-duration ;; esac done -- cgit v1.2.3-54-g00ecf