summaryrefslogtreecommitdiff
path: root/docs/sqlformat.1
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2010-12-21 12:04:07 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2010-12-21 12:04:07 +0100
commitb2058e485e50d05423ee6074296e6c26f8a21407 (patch)
treebe8794b82d8e35bd73a83f02d2a7bbd80aee3bb7 /docs/sqlformat.1
parent277a733f32af6f579e73e8f10d6c19ab344739f9 (diff)
downloadsqlparse-b2058e485e50d05423ee6074296e6c26f8a21407.tar.gz
Changes to manpage by Andriy Senkovych.
Diffstat (limited to 'docs/sqlformat.1')
-rw-r--r--docs/sqlformat.18
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>