mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Improve usage message for pgindent.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.97 2007/12/21 14:20:36 momjian Exp $
|
# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.98 2008/01/16 20:13:44 momjian Exp $
|
||||||
|
|
||||||
# Known bugs:
|
# Known bugs:
|
||||||
#
|
#
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
# y = (int) x *y;
|
# y = (int) x *y;
|
||||||
|
|
||||||
if [ "$#" -lt 2 ]
|
if [ "$#" -lt 2 ]
|
||||||
then echo "Usage: $0 typedefs file [...]" 1>&2
|
then echo "Usage: `basename $0` typedefs file [...]" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user