File: synopsis-correction

package info (click to toggle)
postgresql-autodoc 1.40-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 288 kB
  • ctags: 44
  • sloc: perl: 2,722; makefile: 83
file content (15 lines) | stat: -rw-r--r-- 655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Tommaso Moroni <moronito@debian.org>
Description: Correct the command-line option documentation printed with --help.

diff -urNad postgresql-autodoc-1.30~/postgresql_autodoc.pl postgresql-autodoc-1.30/postgresql_autodoc.pl
--- postgresql-autodoc-1.30~/postgresql_autodoc.pl	2007-01-02 15:42:55.000000000 +0100
+++ postgresql-autodoc-1.30/postgresql_autodoc.pl	2007-01-28 08:09:28.000000000 +0100
@@ -1844,7 +1844,7 @@
     my ( $basename, $database, $dbuser ) = @_;
     print <<USAGE
 Usage:
-  $basename [options] [dbname [username]]
+  $basename [options]
 
 Options:
   -d <dbname>     Specify database name to connect to (default: $database)