From 1fbe22532e969b134563ca660f2e1b30712d1665 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 8 Dec 2012 13:44:05 +0100 Subject: [PATCH] usage clarification --- nb_send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nb_send.py b/nb_send.py index 84b48cc..8ceaf57 100644 --- a/nb_send.py +++ b/nb_send.py @@ -38,7 +38,7 @@ def nbsend(destination=None,payload=None, logging=False): sock.sendto(payload, (destination, 12345)) return True -usage = "usage: %prog [options] " +usage = "usage: %prog [options]" parser = OptionParser(usage) parser.add_option("-p","--psk", dest="psk", help="pre-shared key used by the HMAC-SHA1 (default: netbeacon)") parser.add_option("-s","--storeseq", dest="storeseq", action='store_true', help="store sequence and validate sequence")