* FIX [nanomq_cli] rename iceoryx_cli to iceoryx in nanomq_cli.

Signed-off-by: wanghaemq <wangwei@emqx.io>
This commit is contained in:
wanghaemq
2024-04-10 02:56:10 -04:00
committed by Jaylin
parent eee30b5c73
commit 049ae30ec7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
//
// Copyright 2024 NanoMQ Team, Inc. <jaylin@emqx.io>
// Copyright 2024 NanoMQ Team, Inc. <wangwei@emqx.io>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this

View File

@ -1,5 +1,5 @@
//
// Copyright 2024 NanoMQ Team, Inc. <jaylin@emqx.io>
// Copyright 2024 NanoMQ Team, Inc. <wangwei@emqx.io>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this

View File

@ -79,7 +79,7 @@ static client_app apps[] = {
#if defined(SUPP_ICEORYX)
{
.name = "iceoryx_cli",
.name = "iceoryx",
.func = iceoryx_start,
},
#endif