mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
machinectl: do not truncate addresses when --full is specified
This commit is contained in:
parent
bd17fa8cd8
commit
12845a91b5
@ -680,7 +680,8 @@
|
||||
<term><option>-l</option></term>
|
||||
<term><option>--full</option></term>
|
||||
|
||||
<listitem><para>Do not ellipsize process tree entries or table.</para>
|
||||
<listitem><para>Do not ellipsize process tree entries or table. This implies
|
||||
<option>--max-addresses=full</option>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -341,7 +341,7 @@ static int list_machines(int argc, char *argv[], void *userdata) {
|
||||
0,
|
||||
"",
|
||||
" ",
|
||||
arg_addrs,
|
||||
arg_full ? ALL_IP_ADDRESSES : arg_addrs,
|
||||
&addresses);
|
||||
|
||||
r = table_add_many(table,
|
||||
|
Loading…
Reference in New Issue
Block a user