Skip to content

Commit

Permalink
ctl: Indent the display
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahani committed Apr 22, 2021
1 parent 4b68f1d commit a3d8c3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/manager/network-manager-ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static int help(void) {
" set-dhcp4-client-identifier [LINK] [IDENTIFIER {mac|duid|duid-only} Configures Link DHCPv4 identifier.\n"
" set-dhcp-iaid [LINK] [IAID] Configures the DHCP Identity Association Identifier (IAID) for the interface, a 32-bit unsigned integer.\n"
" set-dhcp-duid [LINK | system] [DUID {link-layer-time|vendor|link-layer|uuid}] [RAWDATA] Sets the DHCP Client.\n"
" DUID type which specifies how the DUID should be generated and [RAWDATA] to overides the global DUIDRawData.\n"
" Specifies how the DUID should be generated and [RAWDATA] to overides the global DUIDRawData.\n"
" set-link-state [LINK] [STATE {up|down}] Configures Link State.\n"
" add-link-address [LINK] address [ADDRESS] peer [ADDRESS]] label [NUMBER] pref-lifetime [{forever|infinity|0}] scope {global|link|host|NUMBER}]"
"\n\t\t\t\t dad [DAD {none|ipv4|ipv6|both}] prefix-route [PREFIXROUTE BOOLEAN] Configures Link Address.\n"
Expand Down Expand Up @@ -201,7 +201,8 @@ static int help(void) {
" create-gre [GRE name] [dev LINK] local [ADDRESS] remote [ADDRESS] [independent BOOLEAN] Creates gre tunnel.\n"
" create-wg [WIREGUARD name] private-key [PRIVATEKEY] listen-port [PORT INTEGER] public-key [PUBLICKEY] preshared-key [PRESHAREDKEY]"
"\n\t\t\t\t\t\t allowed-ips [IP,IP ...] endpoint [IP:PORT] Creates a wireguard tunnel.\n"
" remove-netdev [LINK] kind [KIND {vlan|bridge|bond|vxlan|macvlan|macvtap|ipvlan|ipvtap|vrf|veth|ipip|sit|vti|gre|wg] removes .netdev and .network files.\n"
" remove-netdev [LINK] kind [KIND {vlan|bridge|bond|vxlan|macvlan|macvtap|ipvlan|ipvtap|vrf|veth|ipip|sit|vti|gre|wg] \n"
" Removes .netdev and .network files.\n"
" reload Reload .network and .netdev files.\n"
" reconfigure [LINK] Reconfigure Link.\n"
" show-network-config [LINK] Displays network configuration of link.\n"
Expand Down

0 comments on commit a3d8c3c

Please sign in to comment.