mirror of
https://github.com/nanomq/nanomq.git
synced 2025-06-22 01:57:27 +00:00
* FIX [nanomq_cli] rename iceoryx_cli to iceoryx in nanomq_cli.
Signed-off-by: wanghaemq <wangwei@emqx.io>
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -79,7 +79,7 @@ static client_app apps[] = {
|
||||
|
||||
#if defined(SUPP_ICEORYX)
|
||||
{
|
||||
.name = "iceoryx_cli",
|
||||
.name = "iceoryx",
|
||||
.func = iceoryx_start,
|
||||
},
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user