From 82c505911783e70a2ac344c5e30a823b8bf460a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Feb 2021 12:46:05 +0100 Subject: Moving manpage to subdirectory within debian sources. Signed-off-by: Daniel Baumann --- debian/manpages/mycli.1 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/mycli.1 | 56 ------------------------------------------------- debian/mycli.manpages | 2 +- 3 files changed, 57 insertions(+), 57 deletions(-) create mode 100644 debian/manpages/mycli.1 delete mode 100644 debian/mycli.1 diff --git a/debian/manpages/mycli.1 b/debian/manpages/mycli.1 new file mode 100644 index 0000000..e7d5b53 --- /dev/null +++ b/debian/manpages/mycli.1 @@ -0,0 +1,56 @@ +.TH MYCLI 1 "May 05, 2016" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +mycli \- Command line client for MySQL/MariaDB and Percona +.SH SYNOPSIS +\fBmycli\fP [\fIOPTIONS\fP] \fI[DATABASE\fP] +.SH DESCRIPTION +mycli is a command line interface for MySQL, MariaDB, and Percona 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 database +.TP +.BI -P|--port\ \fIINTEGER\fP +Port number to use for connection. Honors $MYSQL_TCP_PORT +.TP +.BI -u|--user\ \fITEXT\fP +User name to connect to the database +.TP +.BI -S|--socket\ \fITEXT\fP +The socket file to use for connection. +.TP +.BI -p|--password|--pass\ \fITEXT\fP +Password to connect to the database +.TP +.BI -v|--version +Version of mycli +.TP +.BI -D|--database\ \fITEXT\fP +Database to use +.TP +.BI -R|--prompt\ \fITEXT\fP +Prompt format \fI(Default: "\\t \\u@\\h:\\d> "\fP) +.TP +.BI -l|--logfile\ \fIFILENAME\fP +Log every query and its results to a file +.TP +.BI --defaults-group-suffix\ \fITEXT\fP +Read config group with the specified suffix +.TP +.BI --defaults-file\ \fIPATH\fP +Only read default options from the given file +.TP +.BI --login-path\ \fITEXT\fP +Read this path from the login file +.TP +.BI --help +Shows the help message and exit +.RE +.SH AUTHOR +mycli is written by Amjith Ramanujam (http://mycli.net) +.PP +This manual page was written by Lennart Weller , +for the Debian project (but may be used by others). diff --git a/debian/mycli.1 b/debian/mycli.1 deleted file mode 100644 index e7d5b53..0000000 --- a/debian/mycli.1 +++ /dev/null @@ -1,56 +0,0 @@ -.TH MYCLI 1 "May 05, 2016" -.\" Please adjust this date whenever revising the manpage. -.SH NAME -mycli \- Command line client for MySQL/MariaDB and Percona -.SH SYNOPSIS -\fBmycli\fP [\fIOPTIONS\fP] \fI[DATABASE\fP] -.SH DESCRIPTION -mycli is a command line interface for MySQL, MariaDB, and Percona 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 database -.TP -.BI -P|--port\ \fIINTEGER\fP -Port number to use for connection. Honors $MYSQL_TCP_PORT -.TP -.BI -u|--user\ \fITEXT\fP -User name to connect to the database -.TP -.BI -S|--socket\ \fITEXT\fP -The socket file to use for connection. -.TP -.BI -p|--password|--pass\ \fITEXT\fP -Password to connect to the database -.TP -.BI -v|--version -Version of mycli -.TP -.BI -D|--database\ \fITEXT\fP -Database to use -.TP -.BI -R|--prompt\ \fITEXT\fP -Prompt format \fI(Default: "\\t \\u@\\h:\\d> "\fP) -.TP -.BI -l|--logfile\ \fIFILENAME\fP -Log every query and its results to a file -.TP -.BI --defaults-group-suffix\ \fITEXT\fP -Read config group with the specified suffix -.TP -.BI --defaults-file\ \fIPATH\fP -Only read default options from the given file -.TP -.BI --login-path\ \fITEXT\fP -Read this path from the login file -.TP -.BI --help -Shows the help message and exit -.RE -.SH AUTHOR -mycli is written by Amjith Ramanujam (http://mycli.net) -.PP -This manual page was written by Lennart Weller , -for the Debian project (but may be used by others). diff --git a/debian/mycli.manpages b/debian/mycli.manpages index 0769749..2fb19fb 100644 --- a/debian/mycli.manpages +++ b/debian/mycli.manpages @@ -1 +1 @@ -debian/mycli.1 +debian/manpages/* -- cgit v1.2.3