diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/commandscripting.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/commandscripting.rst b/docs/commandscripting.rst index 5d14c6c5..3c437fb0 100644 --- a/docs/commandscripting.rst +++ b/docs/commandscripting.rst @@ -55,8 +55,8 @@ Here is a simple example: #!/usr/bin/env python print "delete firewall group address-group somehosts" - print "set firewall group address-group somehosts address '1.1.1.1'" - print "set firewall group address-group somehosts address '1.1.1.2'" + print "set firewall group address-group somehosts address '192.0.2.3'" + print "set firewall group address-group somehosts address '203.0.113.55'" .. code-block:: none |