Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove excess newline character.
Matthew Seaman committed 13 years ago
commit eaa817494f1f6f1b9e31d8f809c01dd296500480
parent 3211ab48a4a9be513bc8343e3b575fbf7d2e8ce7
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");