Merge pull request #60 from KamilLepek/Fix_link
Fix for casadm -H support link
This commit is contained in:
commit
a4b58be7d2
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user