Ordering change to reflect wording better

This commit is contained in:
Joshua Boniface 2018-10-02 00:08:45 -04:00
parent d12345b728
commit e1ef9e1af1
1 changed files with 2 additions and 2 deletions

View File

@ -752,10 +752,10 @@ def net_dhcp():
'ipaddr' 'ipaddr'
) )
@click.argument( @click.argument(
'macaddr' 'hostname'
) )
@click.argument( @click.argument(
'hostname' 'macaddr'
) )
def net_dhcp_add(net, ipaddr, macaddr, hostname): def net_dhcp_add(net, ipaddr, macaddr, hostname):
""" """