3
0
Fork 0
forked from mirrors/nixpkgs

Document undocumented argument to makeWrapper()

This commit is contained in:
deliciouslytyped 2019-02-11 21:45:02 +01:00 committed by GitHub
parent 36f3160074
commit ca1062ea24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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