From 304a3349300bba909b1f69e54c0d2d8a338994d1 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 24 Feb 2019 14:45:24 +0100 Subject: commands: add a "user adopt" command to use an existing identity --- doc/man/git-bug-user-adopt.1 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/man/git-bug-user-adopt.1 (limited to 'doc/man/git-bug-user-adopt.1') diff --git a/doc/man/git-bug-user-adopt.1 b/doc/man/git-bug-user-adopt.1 new file mode 100644 index 00000000..f61bc5d4 --- /dev/null +++ b/doc/man/git-bug-user-adopt.1 @@ -0,0 +1,29 @@ +.TH "GIT-BUG" "1" "Feb 2019" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-user\-adopt \- Adopt an existing identity as your own. + + +.SH SYNOPSIS +.PP +\fBgit\-bug user adopt [flags]\fP + + +.SH DESCRIPTION +.PP +Adopt an existing identity as your own. + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for adopt + + +.SH SEE ALSO +.PP +\fBgit\-bug\-user(1)\fP -- 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-adopt.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man/git-bug-user-adopt.1') diff --git a/doc/man/git-bug-user-adopt.1 b/doc/man/git-bug-user-adopt.1 index f61bc5d4..55e5f62f 100644 --- a/doc/man/git-bug-user-adopt.1 +++ b/doc/man/git-bug-user-adopt.1 @@ -1,4 +1,4 @@ -.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 -- cgit