Skip to content

Commit

Permalink
Change doc note format
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Aug 24, 2021
1 parent 29e9f57 commit 78acad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ SUBCOMMANDS:
* [Capture groups](#capture-groups)
* [Capture several named groups and swap them](#capture-several-named-groups-and-swap-them)

*__WINDOWS NOTE:__ In the examples that use `*`, you need to expand the wildcard in PowerShell, for example: `rnr a b (Get-Item ./*)`. This is not supported in `cmd.exe`.*
__WINDOWS NOTE:__ In the examples that use `*`, you need to expand the wildcard in PowerShell, for example: `rnr a b (Get-Item ./*)`. This is not supported in `cmd.exe`.

### Rename a list of files
You can pass a list of files to be renamed as arguments:
Expand Down

0 comments on commit 78acad2

Please sign in to comment.