run: cleaning up usage and error print out
'p' is an obsolete option so it needs to be removed from print_usage. And there is no reason to print out "Unknown option:" error string since it is actually done by getopt (e.g. "./run: invalid option -- 'p'").
Signed-off-by: Dongwon Kim dongwon.kim@intel.com