Fixing find hooks script call error in docs/hooks.txt
authorDereckson <dereckson@espace-win.org>
Tue, 1 Jan 2013 16:44:02 +0000 (17:44 +0100)
committerDereckson <dereckson@espace-win.org>
Tue, 1 Jan 2013 16:44:02 +0000 (17:44 +0100)
- maintenance/findhooks.php -> maintenance/findHooks.php
- ./maintenance/... -> php maintenance/... (*)

* Our maintenance files aren't released as executable, so this kind of
instruction could be confusing for UNIX system administration novices.

Change-Id: I5e1e76c46b3a8a4c7168c0b5715ede648044bd44

docs/hooks.txt

index 994c08c..f1034a6 100644 (file)
@@ -2553,4 +2553,4 @@ $text: The revision text.
        metadata tags returned (each tag is either a value, or an array of values).
 
 More hooks might be available but undocumented, you can execute
-./maintenance/findhooks.php to find hidden one.
+'php maintenance/findHooks.php' to find hidden one.