[DRE-commits] r5415 - trunk/libsequel-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Tue May 25 08:16:50 UTC 2010


Author: deepak-guest
Date: 2010-05-25 08:16:39 +0000 (Tue, 25 May 2010)
New Revision: 5415

Added:
   trunk/libsequel-ruby/debian/sequel.1
Log:
Written man page for sequel

Added: trunk/libsequel-ruby/debian/sequel.1
===================================================================
--- trunk/libsequel-ruby/debian/sequel.1	                        (rev 0)
+++ trunk/libsequel-ruby/debian/sequel.1	2010-05-25 08:16:39 UTC (rev 5415)
@@ -0,0 +1,53 @@
+.TH sequel "May 25, 2010"
+.SH NAME
+sequel \- The Database Toolkit for Ruby
+.SH SYNOPSIS
+.B sequel
+<uri|path> [options]
+.SH DESCRIPTION
+Sequel is a lightweight database access toolkit for Ruby.
+.SH OPTIONS
+.TP 8
+.B \-C, \-\-copy-databases             
+Copy one database to another
+.TP 8
+.B \-d, \-\-dump-migration             
+Print database migration to STDOUT
+.TP 8
+.B \-D, \-\-dump-migration-same-db     
+Print database migration to STDOUT without type translation                      
+.TP 8
+.B \-e, \-\-env ENV                    
+Use environment config for database                      
+.TP 8
+.B \-l, \-\-log logfile                
+Log SQL statements to log file                 
+.TP 8
+.B \-L, \-\-load-dir DIR               
+Loads all *.rb under specifed directory                
+.TP 8
+.B \-m, \-\-migrate-directory DIR      
+Run the migrations in directory                
+.TP 8
+.B \-M, \-\-migrate-version VER        
+Migrate the database to version given               
+.TP 8
+.B \-N, \-\-no-test-connection         
+Do not test the connection             
+.TP 8
+.B \-t, \-\-trace                      
+Output the full backtrace if an exception is raised       
+.TP 8
+.B \-?, \-h, \-\-help                  
+Show this message
+.TP 8
+.B \-v, \-\-version                    
+Show version
+.SH SEE ALSO
+This program is shipped as part of the lisequel\-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libsquel\-ruby\-doc package.
+.SH AUTHOR
+This manual page was written by Deepak Tripathi <apenguinlinux at gmail.com>, based
+on the command\-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).




More information about the Pkg-ruby-extras-commits mailing list