From b072d93e47949c9729c979fceef8a7c7bfd22d39 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 7 May 2021 10:35:28 -0400 Subject: Improvements (#4) * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs --- docs/man/cleanpath.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit