Skip to content

Commit

Permalink
Configure_node: fix example for cipher_key #188
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalRaoul authored Aug 24, 2020
1 parent 20f67fc commit 074425c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_transport/wirepas_gateway/configure_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ def main():
type=key_type,
default=os.environ.get("WM_CN_CIPHER_KEY", None),
help="Network wide cipher key. "
"Ex: -ak 112233445566778899AABBCCDDEEFF11 "
"or -ak 11,22,33,44,55,66,77,88,99,AA,BB,CC,DD,EE,FF,11",
"Ex: -ck 112233445566778899AABBCCDDEEFF11 "
"or -ck 11,22,33,44,55,66,77,88,99,AA,BB,CC,DD,EE,FF,11",
)

parser.add_argument(
Expand Down

0 comments on commit 074425c

Please sign in to comment.