diff --git a/README.md b/README.md index 484ea3e..e9fb106 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ See [Infrequently Asked Questions](./iaq.md) for unimportant information. 5. mmv: 6. PathShortener: 7. fuseblk-filename-fixer: +8. POSIX Portable Filename Set (see section 3.265): + diff --git a/main.go b/main.go index 57aa034..12b70f3 100644 --- a/main.go +++ b/main.go @@ -262,6 +262,8 @@ func printHelp() { -h,--help -v,--version -r,--recurse DIRECTORY + -n,--dry-run + -p,--portable `); } diff --git a/man.md b/man.md index 8d2ab6b..02b11c2 100644 --- a/man.md +++ b/man.md @@ -32,6 +32,11 @@ includes DIRECTORY itself. Causes Owl to just print a representation of what would be done without actually renaming any files. +### -p,\-\-portable +Restrict characters to ones in the POSIX Portable Filename Character Set +(see , section 3.265) +instead of FAT compatible ones. + ### -v, \-\-version Show version information.