From 7a80d8f849861a6033cd0765e5d85a52b08a8854 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 24 Feb 2019 14:17:52 +0100 Subject: commands: add a super-fast "user ls" command --- doc/man/git-bug-user-ls.1 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/man/git-bug-user-ls.1 (limited to 'doc/man/git-bug-user-ls.1') diff --git a/doc/man/git-bug-user-ls.1 b/doc/man/git-bug-user-ls.1 new file mode 100644 index 00000000..6820a28d --- /dev/null +++ b/doc/man/git-bug-user-ls.1 @@ -0,0 +1,33 @@ +.TH "GIT-BUG" "1" "Feb 2019" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-user\-ls \- List identities + + +.SH SYNOPSIS +.PP +\fBgit\-bug user ls [flags]\fP + + +.SH DESCRIPTION +.PP +List identities + + +.SH OPTIONS +.PP +\fB\-v\fP, \fB\-\-verbose\fP[=false] + Print extra information + +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for ls + + +.SH SEE ALSO +.PP +\fBgit\-bug\-user(1)\fP -- cgit From c235d89d36500e58e3bcadda94e9cab06023dd55 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 24 Feb 2019 23:05:03 +0100 Subject: commands: show the last modification time in "user" --- doc/man/git-bug-user-ls.1 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/man/git-bug-user-ls.1') diff --git a/doc/man/git-bug-user-ls.1 b/doc/man/git-bug-user-ls.1 index 6820a28d..3ac292f1 100644 --- a/doc/man/git-bug-user-ls.1 +++ b/doc/man/git-bug-user-ls.1 @@ -19,10 +19,6 @@ List identities .SH OPTIONS -.PP -\fB\-v\fP, \fB\-\-verbose\fP[=false] - Print extra information - .PP \fB\-h\fP, \fB\-\-help\fP[=false] help for ls -- cgit From 782576f12401c1fd75b0281f9df72b1c4fd53e1f Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 1 Mar 2019 22:56:04 +0100 Subject: update generated files --- doc/man/git-bug-user-ls.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/git-bug-user-ls.1') diff --git a/doc/man/git-bug-user-ls.1 b/doc/man/git-bug-user-ls.1 index 3ac292f1..6e8b8f68 100644 --- a/doc/man/git-bug-user-ls.1 +++ b/doc/man/git-bug-user-ls.1 @@ -1,11 +1,11 @@ -.TH "GIT-BUG" "1" "Feb 2019" "Generated from git-bug's source code" "" +.TH "GIT-BUG" "1" "Mar 2019" "Generated from git-bug's source code" "" .nh .ad l .SH NAME .PP -git\-bug\-user\-ls \- List identities +git\-bug\-user\-ls \- List identities. .SH SYNOPSIS @@ -15,7 +15,7 @@ git\-bug\-user\-ls \- List identities .SH DESCRIPTION .PP -List identities +List identities. .SH OPTIONS -- cgit