diff --git a/Concepts.md b/Concepts.md index d9bb663..3093f87 100644 --- a/Concepts.md +++ b/Concepts.md @@ -190,7 +190,7 @@ There are two ways to search and list: - feed a list of file paths as input - search using a plugin (e.g. `finder`) and list the results -File paths must be NUL-separated ('\0'). Paths can be relative to the current directory or absolute. Invalid paths in the input are ignored. Input limit is 65,536 paths or 256 MiB of data. +File paths must be NUL-separated ('\0'). Paths can be relative to the current directory or absolute. Invalid paths in the input are ignored. Input limit is 16,384 paths or 256 MiB of data. To list the input stream, start `nnn` by writing to its standard input. E.g., to list files in current directory larger than 1M: