aboutsummaryrefslogtreecommitdiffstats
path: root/git-sign-for-cgit
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-17 11:50:53 +0200
committerWolfgang Müller2021-05-17 11:50:53 +0200
commit89fc38aa426b2f87e0d585bf2de3ce178e6be129 (patch)
treecc42386c38071b149952e5e929f87816d37ef614 /git-sign-for-cgit
parent6f3ea5c43096dd49a3b9d69566c97e70a31745ab (diff)
downloadgit-helpers-89fc38aa426b2f87e0d585bf2de3ce178e6be129.tar.gz
git-sign-for-cgit: Remove erroneous newline character
This came from when usage did its own printing. errx() already adds a newline here (and this particular one was handled literally anyway).
Diffstat (limited to 'git-sign-for-cgit')
-rwxr-xr-xgit-sign-for-cgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sign-for-cgit b/git-sign-for-cgit
index fe127a8..dde7a5f 100755
--- a/git-sign-for-cgit
+++ b/git-sign-for-cgit
@@ -8,7 +8,7 @@ errx() {
}
usage() {
- errx 'usage: git sign-for-cgit [-f format] <object>\n'
+ errx 'usage: git sign-for-cgit [-f format] <object>'
}
seckey=${SIGNIFY_SECKEY:-$HOME/.signify/release.sec}