aboutsummaryrefslogtreecommitdiffstats
path: root/git-sign-for-cgit (unfollow)
Commit message (Collapse)AuthorLines
2021-05-17git-sign-for-cgit: Use single quotes for strings that need no expansionWolfgang Müller-1/+1
2021-05-17git-sign-for-cgit: Remove erroneous newline characterWolfgang Müller-1/+1
This came from when usage did its own printing. errx() already adds a newline here (and this particular one was handled literally anyway).