mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 00:03:56 -04:00
command line flag for expanded display '-x' had logic reversed
This commit is contained in:
parent
1bdbf4092a
commit
99dc4e3b43
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.19 1996/08/14 05:44:25 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.20 1996/08/21 00:22:41 julian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1213,7 +1213,7 @@ main(int argc, char **argv)
|
|||||||
settings.opt.tableOpt = optarg;
|
settings.opt.tableOpt = optarg;
|
||||||
break;
|
break;
|
||||||
case 'x':
|
case 'x':
|
||||||
settings.opt.expanded = 0;
|
settings.opt.expanded = 1;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
usage(argv[0]);
|
usage(argv[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user