diff options
author | Mike Frysinger <vapier@google.com> | 2024-04-11 08:32:40 -0400 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2024-04-18 02:28:33 +0000 |
commit | cbd78a91943d1099dad8e285c5adfcf3a269b7ad (patch) | |
tree | d9cb3911c5348707328f6926070bd3078405c335 /man/repo-gitc-delete.1 | |
parent | 46819a78a1b34f30edba209e15d9922f84f11c09 (diff) | |
download | git-repo-cbd78a91943d1099dad8e285c5adfcf3a269b7ad.tar.gz |
man: regenerate man pages
Change-Id: I8d9dcb37f315d4208b7c8005206ae939dad79a3e
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/419197
Tested-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Diffstat (limited to 'man/repo-gitc-delete.1')
-rw-r--r-- | man/repo-gitc-delete.1 | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/man/repo-gitc-delete.1 b/man/repo-gitc-delete.1 deleted file mode 100644 index 6158bd3b..00000000 --- a/man/repo-gitc-delete.1 +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | ||
2 | .TH REPO "1" "July 2022" "repo gitc-delete" "Repo Manual" | ||
3 | .SH NAME | ||
4 | repo \- repo gitc-delete - manual page for repo gitc-delete | ||
5 | .SH SYNOPSIS | ||
6 | .B repo | ||
7 | \fI\,gitc-delete\/\fR | ||
8 | .SH DESCRIPTION | ||
9 | Summary | ||
10 | .PP | ||
11 | Delete a GITC Client. | ||
12 | .SH OPTIONS | ||
13 | .TP | ||
14 | \fB\-h\fR, \fB\-\-help\fR | ||
15 | show this help message and exit | ||
16 | .TP | ||
17 | \fB\-f\fR, \fB\-\-force\fR | ||
18 | force the deletion (no prompt) | ||
19 | .SS Logging options: | ||
20 | .TP | ||
21 | \fB\-v\fR, \fB\-\-verbose\fR | ||
22 | show all output | ||
23 | .TP | ||
24 | \fB\-q\fR, \fB\-\-quiet\fR | ||
25 | only show errors | ||
26 | .SS Multi\-manifest options: | ||
27 | .TP | ||
28 | \fB\-\-outer\-manifest\fR | ||
29 | operate starting at the outermost manifest | ||
30 | .TP | ||
31 | \fB\-\-no\-outer\-manifest\fR | ||
32 | do not operate on outer manifests | ||
33 | .TP | ||
34 | \fB\-\-this\-manifest\-only\fR | ||
35 | only operate on this (sub)manifest | ||
36 | .TP | ||
37 | \fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR | ||
38 | operate on this manifest and its submanifests | ||
39 | .PP | ||
40 | Run `repo help gitc\-delete` to view the detailed manual. | ||
41 | .SH DETAILS | ||
42 | .PP | ||
43 | This subcommand deletes the current GITC client, deleting the GITC manifest and | ||
44 | all locally downloaded sources. | ||