index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/nit-picker | 7 |
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 |