From: Jim Meyering Date: Mon, 5 Oct 1998 12:23:21 +0000 (+0000) Subject: (long_options): Add entry for --suffix=SUFFIX option. X-Git-Tag: FILEUTILS-4_0-b3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8670ecb6cbc9c92540e9391a3006319dd00cefde;p=thirdparty%2Fcoreutils.git (long_options): Add entry for --suffix=SUFFIX option. --- diff --git a/src/install.c b/src/install.c index 822596d130..98c196a437 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},