Update the homepage URL in show_version()
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
2419b8356b
commit
fa6edefef0
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ show_version()
|
|||
fprintf(stderr, "%s: %s\n\n%s\n",progname, VERSION,
|
||||
"xhyve is a port of FreeBSD's bhyve hypervisor to OS X that\n"
|
||||
"works entirely in userspace and has no other dependencies.\n\n"
|
||||
"Homepage: https://github.com/mist64/xhyve\n"
|
||||
"Homepage: http://www.xhyve.xyz\n"
|
||||
"License: BSD\n");
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue