mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 23:30:28 +01:00
cli: editor - do not print separator when printing one setting
This commit is contained in:
parent
9ab59bdfac
commit
7c41835203
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