Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
import
binascii
38
39
def
usage(prname):
40
"Print usage syntax"
41
print(
"%s [--deflate] <DESTINATION> <LABEL> <AS_PROLOG> <SECTION> [SOURCE ...]"
% prname)
42
43
def
arg_check():
44
if
(len(sys.argv) < 5):
Callers
1
arg_check
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected