diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-05-07 10:35:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 10:35:28 -0400 |
commit | b072d93e47949c9729c979fceef8a7c7bfd22d39 (patch) | |
tree | 96172b7aa41d6e0b4a44a4d8e67e7bcfd15511ef /docs/man/cleanpath.1 | |
parent | 003c7d1b27140d42c026c25fbca1cef545bfb5c7 (diff) | |
download | cleanpath-b072d93e47949c9729c979fceef8a7c7bfd22d39.tar.gz |
Improvements (#4)
* Move display code into functions
* Mark windows supported
* Guard against overruns
* Add --list argument to docs
Diffstat (limited to 'docs/man/cleanpath.1')
-rw-r--r-- | docs/man/cleanpath.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/man/cleanpath.1 b/docs/man/cleanpath.1 index 84479c7..89f6fe0 100644 --- a/docs/man/cleanpath.1 +++ b/docs/man/cleanpath.1 @@ -25,6 +25,9 @@ Prints brief usage information. \f[B]-V\f[R], \f[B]--version\f[R] Prints the current version number. .TP +\f[B]--list\f[R] +Format output as a list +.TP \f[B]-e\f[R], \f[B]--exact\f[R] Filter when pattern is an exact match (default) .TP |