2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Fix typo in example usage

[SVN r53658]
This commit is contained in:
Dave Abrahams
2009-06-05 20:13:47 +00:00
parent 23088b2bb3
commit 26dda02c04

View File

@@ -91,8 +91,8 @@ feature.feature pythonpath : : free optional path ;
#
# Example usage:
#
# using python 2.3 ;
# using python 2.3 : /usr/local/bin/python ;
# using python : 2.3 ;
# using python : 2.3 : /usr/local/bin/python ;
#
rule init ( version ? : cmd-or-prefix ? : includes * : libraries ?
: condition * : extension-suffix ? )