remove the useless "h" option

"h" option is not enabled in virt-cat, remove it.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
Wanlong Gao
2012-09-26 17:20:27 +08:00
committed by Richard W.M. Jones
parent 19b29c3637
commit f7f746a98e
4 changed files with 0 additions and 12 deletions

View File

@@ -158,9 +158,6 @@ main (int argc, char *argv[])
OPTION_d;
break;
case 'h':
usage (EXIT_SUCCESS);
case 'v':
OPTION_v;
break;

View File

@@ -198,9 +198,6 @@ main (int argc, char *argv[])
perl_expr = optarg;
break;
case 'h':
usage (EXIT_SUCCESS);
case 'v':
OPTION_v;
break;

View File

@@ -177,9 +177,6 @@ main (int argc, char *argv[])
OPTION_d;
break;
case 'h':
usage (EXIT_SUCCESS);
case 'v':
OPTION_v;
break;

View File

@@ -217,9 +217,6 @@ main (int argc, char *argv[])
OPTION_d;
break;
case 'h':
usage (EXIT_SUCCESS);
case 'm':
if (sscanf (optarg, "%u", &memsize) != 1) {
fprintf (stderr, _("%s: could not parse memory size '%s'\n"),