bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24958: Please make "omitting directory" message clearer


From: Pádraig Brady
Subject: bug#24958: Please make "omitting directory" message clearer
Date: Thu, 17 Nov 2016 02:40:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 17/11/16 01:27, Samuel Thibault wrote:
> Pádraig Brady, on Thu 17 Nov 2016 01:07:36 +0000, wrote:
>> I agree, though we have to be careful not to imply
>> we copy the directory but not the contents.
>> I'll adjust to:
>>
>>   "not recursing; omitting directory '/foo/bar'"
> 
> Perhaps
> 
>   "not recursing by default, thus omitting directory '/foo/bar'"
> 
> to make it explicit that recursing is an available option ?

Right that's better for cp, though inaccurate for install(1).
Also it's slightly verbose and searching the man page for
"recursing" doesn't match anything currently.
I'll do this I think:

  if (install)
    "omitting directory '/foo/bar'"
  else /* cp */
    "-r not specified; omitting directory '/foo/bar'"

cheers,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]