From 92f3bd901e359649cab05c7cb566d333e1f46f19 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 11 Feb 2015 13:49:02 +0000 Subject: [build] Allow command help text URI to be customised via config/branding.h Signed-off-by: Michael Brown --- src/core/parseopt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/parseopt.c b/src/core/parseopt.c index d268c0594..2c853eeaf 100644 --- a/src/core/parseopt.c +++ b/src/core/parseopt.c @@ -32,6 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include +#include /** @file * @@ -343,7 +344,7 @@ void print_usage ( struct command_descriptor *cmd, char **argv ) { } if ( cmd->usage ) printf ( " %s", cmd->usage ); - printf ( "\n\nSee http://ipxe.org/cmd/%s for further information\n", + printf ( "\n\nSee " PRODUCT_COMMAND_URI " for further information\n", argv[0] ); } -- cgit v1.2.3-55-g7522