From 0c7df3d10ec55de7a0b779d89078bfbacb9996e5 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 29 Jan 2026 00:26:00 +0000 Subject: [PATCH] Update cheatsheets --- tldr/ansible-pull | 2 +- tldr/npm-find-dupes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tldr/ansible-pull b/tldr/ansible-pull index d24e6cbf..51e714b0 100644 --- a/tldr/ansible-pull +++ b/tldr/ansible-pull @@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git - Pull a playbook from a VCS, specify hosts file and execute a specific playbook: -`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory-file]}} {{hosts_file}} {{playbook}}` +`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory]}} {{hosts_file}} {{playbook}}` diff --git a/tldr/npm-find-dupes b/tldr/npm-find-dupes index 7a120a8b..3bd9e00f 100644 --- a/tldr/npm-find-dupes +++ b/tldr/npm-find-dupes @@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git `npm find-dupes --include dev` -- List all duplicate instances of a specific package in `node-modules`: +- List all duplicate instances of a specific package in `node_modules`: `npm find-dupes {{package_name}}`