Make sdiff --left-column work as expected
MFC after: 3 days
This commit is contained in:
parent
739d7cfd6d
commit
d481a92572
@ -87,7 +87,6 @@ enum {
|
||||
UNIDIR_OPT,
|
||||
STRIPCR_OPT,
|
||||
HORIZ_OPT,
|
||||
LEFTC_OPT,
|
||||
SUPCL_OPT,
|
||||
LF_OPT,
|
||||
/* the following groupings must be in sequence */
|
||||
@ -109,7 +108,6 @@ enum {
|
||||
|
||||
static struct option longopts[] = {
|
||||
/* options only processed in sdiff */
|
||||
{ "left-column", no_argument, NULL, LEFTC_OPT },
|
||||
{ "suppress-common-lines", no_argument, NULL, 's' },
|
||||
{ "width", required_argument, NULL, 'w' },
|
||||
|
||||
@ -129,6 +127,7 @@ static struct option longopts[] = {
|
||||
{ "ignore-tab-expansion", no_argument, NULL, 'E' },
|
||||
{ "ignore-matching-lines", required_argument, NULL, 'I' },
|
||||
{ "ignore-case", no_argument, NULL, 'i' },
|
||||
{ "left-column", no_argument, NULL, 'l' },
|
||||
{ "expand-tabs", no_argument, NULL, 't' },
|
||||
{ "speed-large-files", no_argument, NULL, 'H' },
|
||||
{ "ignore-all-space", no_argument, NULL, 'W' },
|
||||
|
Loading…
Reference in New Issue
Block a user