diff options
author | Todd Zullinger <tmz@pobox.com> | 2007-12-04 05:28:13 -0500 |
---|---|---|
committer | Michael E Brown <michael_e_brown@dell.com> | 2007-12-04 17:28:01 -0600 |
commit | 2679d3cae92a1178b586fc1c07b1fbfcac88972a (patch) | |
tree | 5a7daf6bd8c4968060646d934c35c194f614d546 /docs/mock.1 | |
parent | 3364f97752b54f0f507475934fe486a7c8c79a1d (diff) | |
download | mock-2679d3cae92a1178b586fc1c07b1fbfcac88972a.tar.gz mock-2679d3cae92a1178b586fc1c07b1fbfcac88972a.tar.xz mock-2679d3cae92a1178b586fc1c07b1fbfcac88972a.zip |
use 'MACRO EXPR' in --define docs to match the rpmbuild docs
Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
Diffstat (limited to 'docs/mock.1')
-rw-r--r-- | docs/mock.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mock.1 b/docs/mock.1 index ca212b5..17b5081 100644 --- a/docs/mock.1 +++ b/docs/mock.1 @@ -56,10 +56,10 @@ Dont clean chroot after building. If automatic cleanup is enabled, use this to d \fB\-\-arch=\fR\fIARCH\fP Specify target build arch. .TP -\fB\-\-define=\fR"\fINAME VALUE\fP" +\fB\-\-define=\fR"\fIMACRO EXPR\fP" Specify macro definitions used for the build. This option may be used multiple times, just as the rpmbuild \-\-define option can be. For example: -\fB\-\-define="vendor Not Fedora" \-\-define="packager Some guy"\fR +\fB\-\-define="with_extra_cheese 1" \-\-define="packager Monkey"\fR .TP \fB\-\-resultdir=\fR\fIRESULTDIR\fP Change directory where resulting files (RPMs and build logs) are written. Resultdir can contain python-string substitutions for any variable in the chroot config. For example: |