Update manpages and auto-completion

This commit is contained in:
Alexander Neumann
2023-01-12 20:51:19 +01:00
parent 099774c2aa
commit da196aa43e
30 changed files with 664 additions and 138 deletions

View File

@@ -3,7 +3,7 @@
.SH NAME
.PP
restic-generate - Generate manual pages and auto-completion files (bash, fish, zsh)
restic-generate - Generate manual pages and auto-completion files (bash, fish, zsh, powershell)
.SH SYNOPSIS
@@ -39,6 +39,10 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
\fB--man\fP=""
write man pages to \fB\fCdirectory\fR
.PP
\fB--powershell-completion\fP=""
write powershell completion \fB\fCfile\fR
.PP
\fB--zsh-completion\fP=""
write zsh completion \fB\fCfile\fR
@@ -75,11 +79,11 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
.PP
\fB--limit-download\fP=0
limits downloads to a maximum rate in KiB/s. (default: unlimited)
limits downloads to a maximum \fB\fCrate\fR in KiB/s. (default: unlimited)
.PP
\fB--limit-upload\fP=0
limits uploads to a maximum rate in KiB/s. (default: unlimited)
limits uploads to a maximum \fB\fCrate\fR in KiB/s. (default: unlimited)
.PP
\fB--no-cache\fP[=false]
@@ -95,7 +99,7 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
.PP
\fB--pack-size\fP=0
set target pack size in MiB, created pack files may be larger (default: $RESTIC_PACK_SIZE)
set target pack \fB\fCsize\fR in MiB, created pack files may be larger (default: $RESTIC_PACK_SIZE)
.PP
\fB--password-command\fP=""
@@ -123,7 +127,7 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
.PP
\fB-v\fP, \fB--verbose\fP[=0]
be verbose (specify multiple times or a level using --verbose=\fB\fCn\fR, max level/times is 3)
be verbose (specify multiple times or a level using --verbose=\fB\fCn\fR, max level/times is 2)
.SH SEE ALSO