diff options
Diffstat (limited to 'docs/sqlformat.1')
| -rw-r--r-- | docs/sqlformat.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/sqlformat.1 b/docs/sqlformat.1 index 053e166..a42ea60 100644 --- a/docs/sqlformat.1 +++ b/docs/sqlformat.1 @@ -2,7 +2,7 @@ .\" Tom Christiansen <tchrist@jhereg.perl.com>. .TH SQLFORMAT "1" "December 2010" "python-sqlparse version: 0.1.2" "User Commands" .SH NAME -sqlformat \- reformat SQL file +sqlformat \- reformat SQL .SH SYNOPSIS .PP .B sqlformat @@ -15,8 +15,8 @@ sqlformat \- reformat SQL file .\" Putting a newline after each sentence can generate better output. The `sqlformat' command-line tool can be used to reformat SQL file according to specified options or prepare a snippet in in some programming language (only -Puthon and PHP currently supported). -Use "-" as +Python and PHP currently supported). +Use "-" for .I FILE to read from stdin. .SH OPTIONS @@ -61,3 +61,5 @@ Verbose output. .TP .BR \-\-version Print program's version number and exit. +.SH AUTHORS +This man page was written by Andriy Senkovych <jolly_roger@itblog.org.ua> |
