mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 10:50:50 -05:00
Improve usage message for pgindent.
This commit is contained in:
parent
cd42dd5a17
commit
bfde21a1a8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/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:
|
||||
#
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
# y = (int) x *y;
|
||||
|
||||
if [ "$#" -lt 2 ]
|
||||
then echo "Usage: $0 typedefs file [...]" 1>&2
|
||||
then echo "Usage: `basename $0` typedefs file [...]" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue