Fix for casadm -H support link

Signed-off-by: Kamil Lepek <kamil.lepek94@gmail.com>
This commit is contained in:
Kamil Lepek 2019-07-03 13:18:49 +02:00
parent 3fd6dfc13b
commit 80ee3633ce

View File

@ -328,12 +328,12 @@ void print_help(const app *app_values, const cli_command *commands)
if (app_values->man != NULL) { if (app_values->man != NULL) {
cas_printf(LOG_INFO, cas_printf(LOG_INFO,
"For more information, please refer to manual, Admin Guide (man %s)\n" "For more information, please refer to manual, Admin Guide (man %s)\n"
"or go to support page <http://www.intel.com/support/go/cas>.\n", "or go to support page <https://open-cas.github.io>.\n",
app_values->man); app_values->man);
} else { } else {
cas_printf(LOG_INFO, cas_printf(LOG_INFO,
"For more information, please refer to manual, Admin Guide\n" "For more information, please refer to manual, Admin Guide\n"
"or go to support page <http://www.intel.com/support/go/cas>.\n"); "or go to support page <https://open-cas.github.io>.\n");
} }
} }