Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-29 00:26:00 +00:00
parent c3c48cf6e1
commit 0c7df3d10e
2 changed files with 2 additions and 2 deletions

View File

@@ -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}}`

View File

@@ -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}}`