Change remaining command line arguments --initiator_name to --initiator-name

Change the remaining instances to match the manpages and help texts
This commit is contained in:
Ronnie Sahlberg
2014-03-26 17:58:30 -07:00
parent 4a82660c57
commit 1daa323e8b
5 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ int main(int argc, char *argv[])
static struct option long_options[] = {
{"dst", required_argument, NULL, 'd'},
{"src", required_argument, NULL, 's'},
{"initiator_name", required_argument, NULL, 'i'},
{"initiator-name", required_argument, NULL, 'i'},
{0, 0, 0, 0}
};
int option_index;