bhyveload.c (2263fb580e50256fbdbb081ca0756389d72b6bfc) bhyveload.c (6ee52c658c5a55e1bc6ca82635a0e87057510b7d)
1/*-
2 * Copyright (c) 2011 NetApp, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 634 unchanged lines hidden (view full) ---

643}
644
645static void
646usage(void)
647{
648
649 fprintf(stderr,
650 "usage: %s [-S][-c <console-device>] [-d <disk-path>] [-e <name=value>]\n"
1/*-
2 * Copyright (c) 2011 NetApp, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 634 unchanged lines hidden (view full) ---

643}
644
645static void
646usage(void)
647{
648
649 fprintf(stderr,
650 "usage: %s [-S][-c <console-device>] [-d <disk-path>] [-e <name=value>]\n"
651 " %*s [-h <host-path>] [-m mem-size] <vmname>\n",
651 " %*s [-h <host-path>] [-m memsize[K|k|M|m|G|g|T|t]] <vmname>\n",
652 progname,
653 (int)strlen(progname), "");
654 exit(1);
655}
656
657int
658main(int argc, char** argv)
659{

--- 134 unchanged lines hidden ---
652 progname,
653 (int)strlen(progname), "");
654 exit(1);
655}
656
657int
658main(int argc, char** argv)
659{

--- 134 unchanged lines hidden ---