diff --git a/examples/nvme/hello_world/hello_world.c b/examples/nvme/hello_world/hello_world.c index 19ba9843a..0a843bec9 100644 --- a/examples/nvme/hello_world/hello_world.c +++ b/examples/nvme/hello_world/hello_world.c @@ -332,6 +332,7 @@ cleanup(void) static char *ealargs[] = { "hello_world", "-c 0x1", + "-n 4", }; int main(int argc, char **argv)