]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkctl: shorten Minimum/Maximum to min/max
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 31 May 2019 08:56:45 +0000 (10:56 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 1 Jun 2019 01:24:08 +0000 (10:24 +0900)
commit90e29fe1a5ceec8edd4a106332c05ca81fe1350e
tree366fa2eb8806151d24f32a1ac1d6636897285213
parent75e40119a471454516ad0acc96f6f4094e7fb652
networkctl: shorten Minimum/Maximum to min/max

This makes the output slightly "lighter" visually. min/max are well-established
forms, so there's no risk of misunderstanding. Also, not using title-case looks
a bit better.

Follow-up for c06ff86e25db4fdb4e962baf812ed28d8d0c1050.

$ build/networkctl status '*'|grep MTU
                   MTU: 65536
                   MTU: 1500 (min: 68, max: 9000)
                   MTU: 1500 (max: 2048)
                   MTU: 1500 (min: 256, max: 2304)
                   MTU: 1500 (min: 68, max: 65535)
                   MTU: 1500 (min: 68, max: 65521)
                   MTU: 1500 (min: 68, max: 65535)
                   MTU: 1500 (max: 65535)
                   MTU: 1360 (min: 68, max: 65535)
src/network/networkctl.c