diff --git a/pages.hbs/common/tldrl.md b/pages.hbs/common/tldr-lint.md similarity index 60% rename from pages.hbs/common/tldrl.md rename to pages.hbs/common/tldr-lint.md index 4bb0e67577..0c9a7557a4 100644 --- a/pages.hbs/common/tldrl.md +++ b/pages.hbs/common/tldr-lint.md @@ -1,16 +1,16 @@ -# tldrl +# tldr-lint > Lintuje i formatira tldr stranice. > Više informacija: . - Lintuj sve stranice: -`tldrl {{direktorijum_stranica}}` +`tldr-lint {{direktorijum_stranica}}` - Formatiraj određenu stranicu u stdout: -`tldrl -f {{stranica.md}}` +`tldr-lint --format {{stranica.md}}` - Formatiraj sve stranice na njihovom mestu: -`tldrl -fi {{direktorijum_stranica}}` +`tldr-lint --format --in-place {{direktorijum_stranica}}` diff --git a/pages.tr/common/tldrl.md b/pages.tr/common/tldr-lint.md similarity index 68% rename from pages.tr/common/tldrl.md rename to pages.tr/common/tldr-lint.md index 90c5159461..9b0fbfbcd0 100644 --- a/pages.tr/common/tldrl.md +++ b/pages.tr/common/tldr-lint.md @@ -1,16 +1,16 @@ -# tldrl +# tldr-lint > `tldr` sayfalarını gözden geçir ve biçimlendir. > Daha fazla bilgi için: . - Tüm sayfaları gözden geçir: -`tldrl {{sayfa_dizini}}` +`tldr-lint {{sayfa_dizini}}` - Belirtilmiş bir sayfayı stdout'a biçimlendir: -`tldrl -f {{page.md}}` +`tldr-lint --format {{page.md}}` - Bir konumdaki tüm sayfaları biçimlendir: -`tldrl -fi {{sayfa_dizini}}` +`tldr-lint --format --in-place {{sayfa_dizini}}` diff --git a/pages/common/tldr-lint.md b/pages/common/tldr-lint.md new file mode 100644 index 0000000000..08e235b9df --- /dev/null +++ b/pages/common/tldr-lint.md @@ -0,0 +1,16 @@ +# tldr-lint + +> Lint and format `tldr` pages. +> More information: . + +- Lint all pages: + +`tldr-lint {{pages_directory}}` + +- Format a specific page to stdout: + +`tldr-lint --format {{page.md}}` + +- Format all pages in place: + +`tldr-lint --format --in-place {{pages_directory}}` diff --git a/pages/common/tldrl.md b/pages/common/tldrl.md index bcf568e188..6cd74f69b7 100644 --- a/pages/common/tldrl.md +++ b/pages/common/tldrl.md @@ -1,16 +1,7 @@ # tldrl -> Lint and format `tldr` pages. -> More information: . +> This command is an alias of `tldr-lint`. -- Lint all pages: +- View documentation for the original command: -`tldrl {{pages_directory}}` - -- Format a specific page to stdout: - -`tldrl -f {{page.md}}` - -- Format all pages in place: - -`tldrl -fi {{pages_directory}}` +`tldr tldr-lint`