Skip to content

Commit a758f45

Browse files
changing address description to avoid conflict for nubia interpreter
Signed-off-by: Lanuti_emanuele <[email protected]>
1 parent 8fbb125 commit a758f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suzieq/cli/sqcmds/AddressCmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description="type of address, v4, v6 or l2",
1414
choices=["v4", "v6", "l2"])
1515
@argument("address",
16-
description="Address(es), in quotes, space separated")
16+
description="IP Address(es), in quotes, space separated")
1717
@argument("prefix",
1818
description=("Show all the addresses in this "
1919
"subnet prefix (in quotes)"))

0 commit comments

Comments
 (0)