index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-03-10 08:57:44 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-03-10 08:57:44 +0100 |
commit | 63ad7b9cb8f54b9df23f310f26aa23fe63ecb6b5 (patch) | |
tree | 4d90fab8692bd00b43218e1b7ec62d3f46f8b73f /bin/nit-picker | |
parent | cd8bb6660193a06e0a89745d108a1d5b1aec70ee (diff) |
-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 |