diff --git a/language/predefined/variables/argv.xml b/language/predefined/variables/argv.xml
index fce05a3028..0f6a681e55 100644
--- a/language/predefined/variables/argv.xml
+++ b/language/predefined/variables/argv.xml
@@ -15,8 +15,8 @@
- The first argument is always the current script's filename, therefore
- $argv[0] is the script's name.
+ The first argument $argv[0] is always the name that was
+ used to run the script.