summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/nit-picker7
1 files changed, 6 insertions, 1 deletions
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