Explorar o código

tools: dumpimage: Fall-though to print usage for help command

This has the same result but some compilers will warn about this
fall-through if there are statements as part of the label block.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Andrew F. Davis %!s(int64=4) %!d(string=hai) anos
pai
achega
e3cd06be93
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tools/dumpimage.c

+ 0 - 1
tools/dumpimage.c

@@ -104,7 +104,6 @@ int main(int argc, char **argv)
 			printf("dumpimage version %s\n", PLAIN_VERSION);
 			exit(EXIT_SUCCESS);
 		case 'h':
-			usage();
 		default:
 			usage();
 			break;