diff --git a/docs/flags.md b/docs/flags.md
index fc9113426..29657e521 100644
--- a/docs/flags.md
+++ b/docs/flags.md
@@ -10,7 +10,9 @@ The logstash agent has the following flags (also try using the '--help' flag)
- -f, --config CONFIGFILE
-- Load the logstash config from a specific file, directory, or a wildcard. If given a directory or wildcard, config files will be read in order lexigraphically.
+- Load the logstash config from a specific file, directory, or a
+wildcard. If given a directory or wildcard, config files will be read
+from the directory in alphabetical order.
- -e CONFIGSTRING
- Use the given string as the configuration data. Same syntax as the
config file. If not input is specified, 'stdin { type => stdin }' is