forked from mirrors/nixpkgs
Document undocumented argument to makeWrapper()
This commit is contained in:
parent
36f3160074
commit
ca1062ea24
|
@ -8,7 +8,7 @@ assertExecutable() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# construct an executable file that wraps the actual executable
|
# construct an executable file that wraps the actual executable
|
||||||
# makeWrapper EXECUTABLE ARGS
|
# makeWrapper EXECUTABLE OUT_PATH ARGS
|
||||||
|
|
||||||
# ARGS:
|
# ARGS:
|
||||||
# --argv0 NAME : set name of executed process to NAME
|
# --argv0 NAME : set name of executed process to NAME
|
||||||
|
|
Loading…
Reference in a new issue