fastmod, gnmic-subscribe, renice, s3cmd, virt-install, toolbox-init-container: fix typo (#8761)

This commit is contained in:
Bernd Stellwag
2022-10-07 05:30:15 +02:00
committed by GitHub
parent 3ccf5b733e
commit fd5e4827e2
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
`fastmod --ignore-case {{regex_pattern}} {{replacement}} -- {{path/to/file path/to/directory ...}}`
- Replace a regex pattern in in a specific directory files filtered with a case-insensitive glob pattern:
- Replace a regex pattern in a specific directory in files filtered with a case-insensitive glob pattern:
`fastmod {{regex}} {{replacement}} --dir {{path/to/directory}} --iglob {{'**/*.{js,json}'}}`