Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
- Add a missing man page mention for `pkg updating' - Comment out man page mentions for `pkg plugins' and `pkg config' which are missing their man pages at this time
Brad Davis committed 12 years ago
commit 230565eb59d787239389cac4ee44df34eec4a9b8
parent 4436918
3 files changed +3 -3
modified pkg/config.c
@@ -40,8 +40,7 @@ usage_config(void)
{
	fprintf(stderr,
            "usage: pkg config <configname>\n\n");
-
	fprintf(stderr,
-
            "For more information see 'pkg help config'.\n");
+
	//fprintf(stderr, "For more information see 'pkg help config'.\n");
}

int
modified pkg/plugins.c
@@ -37,7 +37,7 @@ void
usage_plugins(void)
{
        fprintf(stderr, "usage: pkg plugins [-l] <plugin>\n\n");
-
        fprintf(stderr, "For more information see 'pkg help plugins'.\n");
+
        //fprintf(stderr, "For more information see 'pkg help plugins'.\n");
}

int
modified pkg/updating.c
@@ -45,6 +45,7 @@ void
usage_updating(void)
{
	fprintf(stderr, "usage: pkg updating [-d YYYYMMDD] [-f file] [portname ...]\n");
+
	fprintf(stderr, "For more information see 'pkg help updating'.\n");

}