mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
tool/publish: fix help for PUBLIC_DIR
This commit is contained in:
parent
77c5e55f4f
commit
ad56976131
@ -12,7 +12,7 @@ define HELP_MESSAGE
|
||||
|
||||
usage:
|
||||
|
||||
$(firstword $(MAKEFILE_LIST)) <archive-path> {PUBLIC=<public>}
|
||||
$(firstword $(MAKEFILE_LIST)) <archive-path> {PUBLIC_DIR=<public>}
|
||||
|
||||
The <archive-path> denotes the archives (and implicitly their
|
||||
dependencies) to publish from the depot to the public directory.
|
||||
@ -21,7 +21,7 @@ define HELP_MESSAGE
|
||||
This tool does not touch any Genode source repository. It solely
|
||||
reads from the depot and writes to the public directory.
|
||||
|
||||
The optional 'PUBLIC' argument defines the location of the public
|
||||
The optional 'PUBLIC_DIR' argument defines the location of the public
|
||||
directory. If not specified, '<genode-dir>/public/' is used.
|
||||
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user