From 16acdeb6ce36985190af366f9ec3d792553e90d8 Mon Sep 17 00:00:00 2001 From: Amir Zolfaghari Date: Sat, 21 May 2022 18:47:45 +0430 Subject: [PATCH] remove description of --batch-size flag from EXAMPLES subsection This also removes the indent before "SEE ALSO" to make it a new subsection --- doc/fd.1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/fd.1 b/doc/fd.1 index 314b0a1..a674b84 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -454,11 +454,5 @@ $ fd -e py .TP .RI "Open all search results with vim:" $ fd pattern -X vim -.TP -.BI "\-\-batch\-size " size -Pass at most -.I size -arguments to each call to the command given with -X. -.TP .SH SEE ALSO .BR find (1)