1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(long_options): Add entry for --suffix=SUFFIX option.

This commit is contained in:
Jim Meyering
1998-10-05 12:23:21 +00:00
parent 1b1bcc5e29
commit 8670ecb6cb

View File

@@ -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},