Skip to content
  • Thomas Haller's avatar
    cli: avoid bogus line seprator in pretty-output · e1bbc2e1
    Thomas Haller authored
    This bug resulted in spurious lines with "--pretty --mode tabular",
    whenever nmc_print() was called with multiple rows.
    
    Currently, the only case where this was visible was with:
    
      $ nmcli --pretty general permissions
    
    (note that "--mode tabular" is the default).
    
    Fixes: 16299e5a
    e1bbc2e1