diff --git a/lib/client/gnt_network.py b/lib/client/gnt_network.py index 65a3d02e414624f0d2a338188ac744bea653b0db..318e9441a1a7ab1bb9459092c2e06875746cd3d3 100644 --- a/lib/client/gnt_network.py +++ b/lib/client/gnt_network.py @@ -172,7 +172,7 @@ def ShowNetworkConfig(opts, args): for inst in instances: ToStdout(" %s", inst) else: - ToStdOut(" not used by any instances") + ToStdout(" not used by any instances") def SetNetworkParams(opts, args):