Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove -h option from usage
Beat Gaetzi committed 14 years ago
commit c0343a9200be0c0fe9d8f237b611861e86110385
parent 85c5a7ce882f0189c6adc940c56bbecd860f728d
1 file changed +1 -1
modified pkg/updating.c
@@ -19,7 +19,7 @@ struct installed_ports {
void
usage_updating(void)
{
-
	fprintf(stderr, "usage: pkg updating [-h] [-d YYYYMMDD] [-f file] [portname ...]\n");
+
	fprintf(stderr, "usage: pkg updating [-d YYYYMMDD] [-f file] [portname ...]\n");

}