aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/update-deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/update-deps b/tool/update-deps
index 6da2d3cd71..7c4d5d3319 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -13,9 +13,9 @@
# 1. Compile ruby with -save-temps=obj option.
# Ex. ./configure debugflags='-save-temps=obj -g' && make all golf
# 2. Run tool/update-deps to show dependency problems.
-# Ex. ruby tool/update-deps
+# Ex. ./ruby tool/update-deps
# 3. Use --fix to fix makefiles.
-# Ex. ruby tool/update-deps --fix
+# Ex. ./ruby tool/update-deps --fix
#
# Other usages:
# * Fix makefiles using previously detected dependency problems