mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-14 06:28:28 +02:00
cli: editor - do not print separator when printing one setting
(cherry picked from commit 7c41835203)
This commit is contained in:
parent
183e1e8aad
commit
497fb4cb94
1 changed files with 1 additions and 0 deletions
|
|
@ -6064,6 +6064,7 @@ editor_show_setting (NMSetting *setting, NmCli *nmc)
|
|||
printf (_("['%s' setting values]\n"),
|
||||
nm_setting_get_name (setting));
|
||||
|
||||
nmc->print_output = NMC_PRINT_NORMAL;
|
||||
nmc->multiline_output = TRUE;
|
||||
nmc->escape_values = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue