Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove excess newline character.
Matthew Seaman committed 13 years ago
commit eaa817494f1f6f1b9e31d8f809c01dd296500480
parent 3211ab4
1 file changed +1 -1
modified pkg/main.c
@@ -137,7 +137,7 @@ usage(const char *conffile)
#endif
	fprintf(stderr, "\t%-15s%s\n", "-c", "Execute pkg(1) inside a chroot(8)");
	fprintf(stderr, "\t%-15s%s\n", "-C", "Use the specified configuration file");
-
	fprintf(stderr, "\t%-15s%s\n\n", "-v", "Display pkg(1) version");
+
	fprintf(stderr, "\t%-15s%s\n", "-v", "Display pkg(1) version");
	fprintf(stderr, "\t%-15s%s\n\n", "-N", "Test if pkg(1) is activated and avoid auto-activation");
	fprintf(stderr, "Commands supported:\n");