Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add a missing newline after usage information
Mateusz Piotrowski committed 7 years ago
commit ef3118711d904374b3c64410ce4024a288e314ec
parent fd43af6
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");
}