[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] maint: remove a definition for a no longer used option
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] maint: remove a definition for a no longer used option |
Date: |
Tue, 02 Jul 2013 14:18:47 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 |
On 07/02/2013 12:49 PM, Pádraig Brady wrote:
> * src/stat.c (long_options): Remove the "context" option as it's
> no longer referenced since commit v8.5-65-g13f3237
+1
That also avoids the strange situation when "stat --context" gives
no error diagnostic but refers to "--help for more information":
$ src/stat --context .
Try 'src/stat --help' for more information.
Have a nice day,
Berny