Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove -h option from usage
Beat Gaetzi committed 14 years ago
commit c0343a9200be0c0fe9d8f237b611861e86110385
parent 85c5a7c
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");

}