diff options
Diffstat (limited to 'src/chmod.c')
-rw-r--r-- | src/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c index 5e5cf7d36..0a71d04b7 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -35,7 +35,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "chmod" -#define AUTHORS "David MacKenzie" +#define AUTHORS "David MacKenzie", "Jim Meyering" enum Change_status { |