diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-05 12:23:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-05 12:23:21 +0000 |
commit | 8670ecb6cbc9c92540e9391a3006319dd00cefde (patch) | |
tree | 86fe07bacb27da7f1724343f82cc5e09bb85bfe2 | |
parent | 1b1bcc5e29956f24f40829b3d33760ff0301f543 (diff) | |
download | coreutils-8670ecb6cbc9c92540e9391a3006319dd00cefde.tar.xz |
(long_options): Add entry for --suffix=SUFFIX option.
-rw-r--r-- | src/install.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install.c b/src/install.c index 822596d13..98c196a43 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}, |