Add missing : to getopt string for -p which takes a parameter.
authorStuart Henderson <sthen@openbsd.org>
Thu, 30 Aug 2012 13:15:05 +0000 (14:15 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 31 Aug 2012 12:19:47 +0000 (13:19 +0100)
commit8e16a755388ffea541a4543e252ebbe297d2eee8
tree0f69dc4b72ac9dc28a9fff0c1a786e463984ef91
parentef24da6c9d542f821d4ca0dad0fa0064f9647d8d
Add missing : to getopt string for -p which takes a parameter.

Print an error rather than trying to strdup(NULL) if the parameter
is not specified.

Signed-off-by: Stuart Henderson <sthen@openbsd.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
main.c