diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 428ae84ca6d..ae3d974fe95 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -69,3 +69,8 @@ number of spaces representing a tab when determining the line length. ## `seq` `seq` provides `-t`/`--terminator` to set the terminator character. + +## `ls` + +GNU `ls` provides two ways to use a long listing format: `-l` and `--format=long`. We support a +third way: `--long`.