From 8670ecb6cbc9c92540e9391a3006319dd00cefde Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Oct 1998 12:23:21 +0000 Subject: [PATCH] (long_options): Add entry for --suffix=SUFFIX option. --- src/install.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.c b/src/install.c index 822596d..98c196a 100644 --- a/src/install.c +++ b/src/install.c @@ -193,6 +193,7 @@ static struct option const long_options[] = {"owner", required_argument, NULL, 'o'}, {"preserve-timestamps", no_argument, NULL, 'p'}, {"backup", no_argument, NULL, 'b'}, + {"suffix", required_argument, NULL, 'S'}, {"version-control", required_argument, NULL, 'V'}, {"verbose", no_argument, NULL, 'v'}, {"help", no_argument, &show_help, 1}, -- 2.7.4