aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorshiqian <shiqian@8415998a-534a-0410-bf83-d39667b30386>2008-12-11 05:22:15 +0000
committershiqian <shiqian@8415998a-534a-0410-bf83-d39667b30386>2008-12-11 05:22:15 +0000
commitc50af1ab55b4067d919c1a83a5093000e7cf5e57 (patch)
treee0f48ae8a1a5aec397ce36383bf8c9429e5c6627 /scripts
parent281b1d21dbd77bdf60c3d1c61a4e82420951268d (diff)
downloadgoogletest-c50af1ab55b4067d919c1a83a5093000e7cf5e57.tar.gz
googletest-c50af1ab55b4067d919c1a83a5093000e7cf5e57.tar.bz2
googletest-c50af1ab55b4067d919c1a83a5093000e7cf5e57.zip
Improves the documentation.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gmock-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gmock-config.in b/scripts/gmock-config.in
index 540faff7..016ad611 100755
--- a/scripts/gmock-config.in
+++ b/scripts/gmock-config.in
@@ -34,7 +34,7 @@ Compiler flag queries output the union of the sets of flags when combined.
g++ $(gmock-config --ldflags --libs) -o foo foo.o
# When using a built but not installed Google Mock:
- g++ $(../../my_gmock_build/scripts/gtest-config ...) ...
+ g++ $(../../my_gmock_build/scripts/gmock-config ...) ...
# When using an installed Google Mock, but with installation overrides:
export GMOCK_PREFIX="/opt"