mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 11:40:18 +01:00
cli: reorder command list in nmc_command_func_device()
Sort asciibetically, at least as long as there is no conflicting prefix that should be preferred.
This commit is contained in:
parent
6f3b2dbf6f
commit
a09ade23e1
1 changed files with 1 additions and 1 deletions
|
|
@ -5029,8 +5029,8 @@ nmc_command_func_device(const NMCCommand *cmd, NmCli *nmc, int argc, const char
|
|||
{"modify", do_device_modify, usage_device_modify, TRUE, TRUE},
|
||||
{"reapply", do_device_reapply, usage_device_reapply, TRUE, TRUE},
|
||||
{"status", do_devices_status, usage_device_status, TRUE, TRUE},
|
||||
{"show", do_device_show, usage_device_show, TRUE, TRUE},
|
||||
{"set", do_device_set, usage_device_set, TRUE, TRUE},
|
||||
{"show", do_device_show, usage_device_show, TRUE, TRUE},
|
||||
{"up", do_device_connect, usage_device_connect, TRUE, TRUE},
|
||||
{"wifi", do_device_wifi, usage_device_wifi, FALSE, FALSE},
|
||||
{NULL, do_devices_status, usage, TRUE, TRUE},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue