diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2014-06-18 17:52:06 +0200 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2014-06-19 09:24:07 +0200 |
commit | 7c4183520350cba88cefd9be9a18e7e38490eeb3 (patch) | |
tree | f8236391bc4ddeaf50b546278ff77817909d7380 | |
parent | 9ab59bdfacbd86d7ee206588450fb89f5934ecb4 (diff) | |
download | NetworkManager-7c4183520350cba88cefd9be9a18e7e38490eeb3.tar.gz |
cli: editor - do not print separator when printing one setting
-rw-r--r-- | cli/src/connections.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/connections.c b/cli/src/connections.c index bfd2131721..d17f7f1264 100644 --- a/cli/src/connections.c +++ b/cli/src/connections.c @@ -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; |