mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
add example to grep-merges(1)
This commit is contained in:
parent
a3c7379a9d
commit
c0209c5494
@ -3,15 +3,21 @@
|
|||||||
grep\-merges \- search for outstanding merges from Debian
|
grep\-merges \- search for outstanding merges from Debian
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B grep\-merges
|
.B grep\-merges
|
||||||
.RI [ pattern ]
|
.RI [ string ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B grep\-merges
|
.B grep\-merges
|
||||||
searches merges.ubuntu.com for pending merges from Debian.
|
searches merges.ubuntu.com for pending merges from Debian.
|
||||||
If a
|
If a
|
||||||
.I pattern
|
.I string
|
||||||
is given, it will list all merges whose source package name, last changelog
|
is given, it will list all merges whose source package name, last changelog
|
||||||
author, or last uploader match that pattern.
|
author, or last uploader contain that string.
|
||||||
Otherwise, it will list all merges.
|
Otherwise, it will list all merges.
|
||||||
|
.SH EXAMPLES
|
||||||
|
.nf
|
||||||
|
$ grep\-merges cjwatson
|
||||||
|
tzsetup Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
console-setup Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
.fi
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.B grep\-merges
|
.B grep\-merges
|
||||||
and this manual page were written by Colin Watson <cjwatson@ubuntu.com>.
|
and this manual page were written by Colin Watson <cjwatson@ubuntu.com>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user