MCPcopy Create free account
hub / github.com/HelenOS/helenos / usage

Function usage

tools/mkarray.py:39–41  ·  view source on GitHub ↗

Print usage syntax

(prname)

Source from the content-addressed store, hash-verified

37import binascii
38
39def usage(prname):
40 "Print usage syntax"
41 print("%s [--deflate] <DESTINATION> <LABEL> <AS_PROLOG> <SECTION> [SOURCE ...]" % prname)
42
43def arg_check():
44 if (len(sys.argv) < 5):

Callers 1

arg_checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected