mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
Clarify missing type error
This commit is contained in:
parent
6fc00a0d43
commit
1ca27dc09c
1 changed files with 1 additions and 1 deletions
|
|
@ -1822,7 +1822,7 @@ class Cmd_nm(Cmd):
|
|||
# found
|
||||
if not con_cur:
|
||||
self.log_error(
|
||||
idx, "Connection not found on system and 'type' not present"
|
||||
idx, "Connection not found on system and 'type' not specified"
|
||||
)
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue