>> add links section to README

>> fix double dashes in man page
This commit is contained in:
Thomas Lindop 2025-05-22 21:44:56 +01:00
parent 923b5aa1a4
commit d980b3668f
2 changed files with 20 additions and 12 deletions

8
man.md
View file

@ -16,7 +16,7 @@ flag below.
## Options:
### -s, --strategy STRATEGY
### -s, \-\-strategy STRATEGY
Change what happens to invalid characters. Choices are:
- "remove": just remove the characters. If left with an empty string, rename
@ -24,12 +24,12 @@ Change what happens to invalid characters. Choices are:
- "represent": replace each character with "\_Unum_", where "num" is the
Unicode Code Point of the character.
### -n, --dry-run
### -n, \-\-dry-run
Causes Owl to just print a representation of what would be done without
actually renaming any files.
### -v, --version
### -v, \-\-version
Show version information.
### -h, --help
### -h, \-\-help
Show a small help message.