[Python-modules-commits] r9789 - in packages/turbogears/trunk/debian (tg-admin.1)
federico-guest at users.alioth.debian.org
federico-guest at users.alioth.debian.org
Thu Sep 17 14:06:53 UTC 2009
Date: Thursday, September 17, 2009 @ 14:06:46
Author: federico-guest
Revision: 9789
tg-admin manual created
Modified:
packages/turbogears/trunk/debian/tg-admin.1
Modified: packages/turbogears/trunk/debian/tg-admin.1
===================================================================
--- packages/turbogears/trunk/debian/tg-admin.1 2009-09-17 11:47:54 UTC (rev 9788)
+++ packages/turbogears/trunk/debian/tg-admin.1 2009-09-17 14:06:46 UTC (rev 9789)
@@ -1,59 +1,45 @@
.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH #UCPACKAGE# SECTION "#SHORTDATE#"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
+.TH TG-ADMIN 1 "September 2009"
.SH NAME
-#PACKAGE# \- program to do something
+tg-admin \- TurboGears command line tool
.SH SYNOPSIS
-.B #PACKAGE#
-.RI [ options ] " files" ...
+\fBtg-admin\fR <\fIcommand\fR> [\fIcommand\fR] [\fIoptions\fR]
.br
-.B bar
-.RI [ options ] " files" ...
.SH DESCRIPTION
-This manual page documents briefly the
-.B #PACKAGE#
-and
-.B bar
-commands.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fB#PACKAGE#\fP is a program that...
+The tg-admin command line tool provides commands for working with TurboGears projects. You can get a list of
+the available commands by simply running "tg-admin".
+
+For a complete description, run \fBtg-admin [command] help\fP for each available command:
+
+\fBi18n\fP - Manage i18n data
+
+\fBinfo\fP - Show version info
+
+\fBquickstart\fP - Create a new TurboGears project
+
+\fBshell\fP - Start a Python prompt with your database available
+
+\fBsql\fP - Run the database provider manager
+
+\fBtoolbox\fP - Launch the TurboGears Toolbox
+
+\fBupdate\fP - Update an existing turbogears project
+
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
.TP
-.B \-h, \-\-help
-Show summary of options.
+.B \-c, \-\-config FILENAME
+Config file to use
.TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR bar (1),
-.BR baz (1).
+.B \-e, \-\-egg EGG_SPEC
+Run command on given Egg
+.TP
.br
-The programs are documented fully by
-.IR "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
+The official documentation is available at: \fI\%http://docs.turbogears.org/1.0/TgAdmin\fR
+
.SH AUTHOR
-#PACKAGE# was written by <upstream author>.
+tg-admin was written by Kevin Dangoor.
.PP
-This manual page was written by #USERNAME# <#EMAIL#>,
+This manual page was written by Federico Ceratto <federico.ceratto at gmail.com>,
for the Debian project (and may be used by others).
More information about the Python-modules-commits
mailing list