mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
Update manpages and auto-completion
This commit is contained in:
@@ -2,35 +2,30 @@
|
||||
.TH "restic backup" "1" "Jan 2017" "generated by \fBrestic generate\fR" ""
|
||||
|
||||
.SH NAME
|
||||
.PP
|
||||
restic-generate - Generate manual pages and auto-completion files (bash, fish, zsh, powershell)
|
||||
|
||||
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
\fBrestic generate [flags]\fP
|
||||
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
The "generate" command writes automatically generated files (like the man pages
|
||||
and the auto-completion files for bash, fish and zsh).
|
||||
|
||||
|
||||
.SH EXIT STATUS
|
||||
.PP
|
||||
Exit status is 0 if the command was successful.
|
||||
Exit status is 1 if there was any error.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
\fB--bash-completion\fP=""
|
||||
write bash completion \fBfile\fR
|
||||
write bash completion \fBfile\fR (\fB-\fR for stdout)
|
||||
|
||||
.PP
|
||||
\fB--fish-completion\fP=""
|
||||
write fish completion \fBfile\fR
|
||||
write fish completion \fBfile\fR (\fB-\fR for stdout)
|
||||
|
||||
.PP
|
||||
\fB-h\fP, \fB--help\fP[=false]
|
||||
@@ -42,15 +37,14 @@ Exit status is 1 if there was any error.
|
||||
|
||||
.PP
|
||||
\fB--powershell-completion\fP=""
|
||||
write powershell completion \fBfile\fR
|
||||
write powershell completion \fBfile\fR (\fB-\fR for stdout)
|
||||
|
||||
.PP
|
||||
\fB--zsh-completion\fP=""
|
||||
write zsh completion \fBfile\fR
|
||||
write zsh completion \fBfile\fR (\fB-\fR for stdout)
|
||||
|
||||
|
||||
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||
.PP
|
||||
\fB--cacert\fP=[]
|
||||
\fBfile\fR to load root certificates from (default: use system certificates or $RESTIC_CACERT)
|
||||
|
||||
@@ -152,5 +146,4 @@ Exit status is 1 if there was any error.
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
\fBrestic(1)\fP
|
||||
|
||||
Reference in New Issue
Block a user