Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add a missing newline after usage information
Mateusz Piotrowski committed 7 years ago
commit ef3118711d904374b3c64410ce4024a288e314ec
parent fd43af6ffe8fa46e731af0c089ec3749fb78c309
1 file changed +1 -1
modified src/annotate.c
@@ -61,7 +61,7 @@ usage_annotate(void)
	fprintf(stderr,
            "       pkg annotate [-qy] -a [-A|M] <tag> [<value>]\n");
	fprintf(stderr,
-
            "       pkg annotate [-qy] -a [-S|D] <tag>\n");
+
            "       pkg annotate [-qy] -a [-S|D] <tag>\n\n");
	fprintf(stderr,
            "For more information see 'pkg help annotate'.\n");
}