logo

utils-std

Collection of commonly available Unix tools
commit: 1d515d9d9f3c9f0bdcba4d93320ce1954e445e7f
parent cb72e34861669ee203571beb318e167e7f0a4383
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 12 Apr 2024 20:44:31 +0200

cmd/rm.1: rephrase -d description

Diffstat:

Mcmd/rm.14++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/rm.1 b/cmd/rm.1 @@ -10,7 +10,7 @@ .Sh SYNOPSIS .Nm .Op Fl dfirRv -.Op Ar files ... +.Op Ar file ... .Sh DESCRIPTION The .Nm @@ -29,7 +29,7 @@ only fails when the containing directory isn't writable, rather than the file it .Sh OPTIONS .Bl -tag -width Ds .It Fl d -Remove empty directories, by skipping recursion to empty them first. +Remove empty directories, doesn't empties them first via recursion. .It Fl f Force: Never prompt before recursing into directories and removing files, non-existing files do not change exit status nor produce diagnostic messages. Overrides