From db08f9b3c3ddc29ecbafd0de07644c16c81c0680 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Wed, 5 Apr 2017 21:05:56 +0200 Subject: [PATCH] Also add to usage --- netconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netconf b/netconf index 2f0694f..34443ff 100644 --- a/netconf +++ b/netconf @@ -146,7 +146,8 @@ def usage(): -g, --gateway Default gateway. Optional. -i, --interface Interface to configure. -m, --netmask Netmask to use for interface. Default /24. - -n, --nameserver Nameserver to use. Optional.""" + -n, --nameserver Nameserver to use. Optional. + -r, --record Output create commands to stdout.""" def parse_input(): options = () -- 2.39.2