diff --git a/pages/common/tldr.md b/pages/common/tldr.md index 66cc56d02..02bab5dc8 100644 --- a/pages/common/tldr.md +++ b/pages/common/tldr.md @@ -27,3 +27,7 @@ - [l]ist all pages for the current platform and `common`: `tldr --list` + +- [l]ist all available subcommand pages for a command: + +`tldr --list | grep {{command}} | column`