From 33f95049cf709355e7a31cfc47e8cb0b74c48c9e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Feb 2021 11:56:57 +0100 Subject: Moving manpage to subdirectory within debian sources. Signed-off-by: Daniel Baumann --- debian/manpages/pgcli.1 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/pgcli.1 | 51 ------------------------------------------------- debian/pgcli.manpages | 2 +- 3 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 debian/manpages/pgcli.1 delete mode 100644 debian/pgcli.1 diff --git a/debian/manpages/pgcli.1 b/debian/manpages/pgcli.1 new file mode 100644 index 0000000..55827dd --- /dev/null +++ b/debian/manpages/pgcli.1 @@ -0,0 +1,51 @@ +.TH PGCLI 1 "Jul 01, 2016" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +pgcli \- Command line client for PostgreSQL +.SH SYNOPSIS +\fBpgcli\fP [\fIOPTIONS\fP] \fI[DATABASE\fP] \fI[USERNAME\fP] +.SH DESCRIPTION +pgcli is a command line interface for PostgreSQL with +auto-completion and syntax highlighting. The CLI is also capable of pretty +printing tabular data. +.SH OPTIONS +.TP +.BI -h|--host\ \fITEXT\fP +Host address of the postgres database +.TP +.BI -p|--port\ \fIINTEGER\fP +Port number at which the postgres instance is listening +.TP +.BI -U|--user\ \fITEXT\fP +User name to connect to the postgres database +.TP +.BI -W|--password +Force password prompt +.TP +.BI -w|--no-password +Never prompt for password +.TP +.BI -v|--version +Version of pgcli +.TP +.BI -d|--dbname \ \fITEXT\fP +Database name to connect to +.TP +.BI --pgclirc \ \fITEXT\fP +Location of pgclirc file +.TP +.BI --help +Show this message and exit +.RE +.SH EXAMPLE USAGE +$ pgcli local_database +.TP +$ pgcli postgres://amjith:passw0rd@example.com:5432/app_db +.TP +$ pgcli -h localhost -p 5432 -U amjith app_db +.RE +.SH AUTHOR +pgcli is written by Amjith Ramanujam (http://pgcli.com) +.PP +This manual page was written by Lennart Weller , +for the Debian project (but may be used by others). diff --git a/debian/pgcli.1 b/debian/pgcli.1 deleted file mode 100644 index 55827dd..0000000 --- a/debian/pgcli.1 +++ /dev/null @@ -1,51 +0,0 @@ -.TH PGCLI 1 "Jul 01, 2016" -.\" Please adjust this date whenever revising the manpage. -.SH NAME -pgcli \- Command line client for PostgreSQL -.SH SYNOPSIS -\fBpgcli\fP [\fIOPTIONS\fP] \fI[DATABASE\fP] \fI[USERNAME\fP] -.SH DESCRIPTION -pgcli is a command line interface for PostgreSQL with -auto-completion and syntax highlighting. The CLI is also capable of pretty -printing tabular data. -.SH OPTIONS -.TP -.BI -h|--host\ \fITEXT\fP -Host address of the postgres database -.TP -.BI -p|--port\ \fIINTEGER\fP -Port number at which the postgres instance is listening -.TP -.BI -U|--user\ \fITEXT\fP -User name to connect to the postgres database -.TP -.BI -W|--password -Force password prompt -.TP -.BI -w|--no-password -Never prompt for password -.TP -.BI -v|--version -Version of pgcli -.TP -.BI -d|--dbname \ \fITEXT\fP -Database name to connect to -.TP -.BI --pgclirc \ \fITEXT\fP -Location of pgclirc file -.TP -.BI --help -Show this message and exit -.RE -.SH EXAMPLE USAGE -$ pgcli local_database -.TP -$ pgcli postgres://amjith:passw0rd@example.com:5432/app_db -.TP -$ pgcli -h localhost -p 5432 -U amjith app_db -.RE -.SH AUTHOR -pgcli is written by Amjith Ramanujam (http://pgcli.com) -.PP -This manual page was written by Lennart Weller , -for the Debian project (but may be used by others). diff --git a/debian/pgcli.manpages b/debian/pgcli.manpages index a9d6b72..2fb19fb 100644 --- a/debian/pgcli.manpages +++ b/debian/pgcli.manpages @@ -1 +1 @@ -debian/pgcli.1 +debian/manpages/* -- cgit v1.2.3