Merge pull request #1230 from shayneholmes/update-short-help

Update style in short help commands
This commit is contained in:
Alexander Neumann
2017-09-11 22:25:31 +02:00
47 changed files with 65 additions and 63 deletions

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-autocomplete \- generate shell autocompletion script
restic\-autocomplete \- Generate shell autocompletion script
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-backup \- create a new backup of files and/or directories
restic\-backup \- Create a new backup of files and/or directories
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-cat \- print internal objects to stdout
restic\-cat \- Print internal objects to stdout
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-check \- check the repository for errors
restic\-check \- Check the repository for errors
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-dump \- dump data structures
restic\-dump \- Dump data structures
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-find \- find a file or directory
restic\-find \- Find a file or directory
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-forget \- forget removes snapshots from the repository
restic\-forget \- Remove snapshots from the repository
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-init \- initialize a new repository
restic\-init \- Initialize a new repository
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-key \- manage keys (passwords)
restic\-key \- Manage keys (passwords)
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-list \- list objects in the repository
restic\-list \- List objects in the repository
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-ls \- list files in a snapshot
restic\-ls \- List files in a snapshot
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-manpage \- generate manual pages
restic\-manpage \- Generate manual pages
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-migrate \- apply migrations
restic\-migrate \- Apply migrations
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-mount \- mount the repository
restic\-mount \- Mount the repository
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-prune \- remove unneeded data from the repository
restic\-prune \- Remove unneeded data from the repository
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-rebuild\-index \- build a new index file
restic\-rebuild\-index \- Build a new index file
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-restore \- extract the data from a snapshot
restic\-restore \- Extract the data from a snapshot
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-snapshots \- list all snapshots
restic\-snapshots \- List all snapshots
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-tag \- modifies tags on snapshots
restic\-tag \- Modify tags on snapshots
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-unlock \- remove locks other processes created
restic\-unlock \- Remove locks other processes created
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic\-version \- print version information
restic\-version \- Print version information
.SH SYNOPSIS

View File

@@ -5,7 +5,7 @@
.SH NAME
.PP
restic \- backup and restore files
restic \- Backup and restore files
.SH SYNOPSIS

View File

@@ -16,23 +16,25 @@ Usage help is available:
restic [command]
Available Commands:
autocomplete generate shell autocompletion script
backup create a new backup of files and/or directories
cat print internal objects to stdout
check check the repository for errors
find find a file or directory
forget forget removes snapshots from the repository
init initialize a new repository
key manage keys (passwords)
list list items in the repository
ls list files in a snapshot
mount mount the repository
prune remove unneeded data from the repository
rebuild-index build a new index file
restore extract the data from a snapshot
snapshots list all snapshots
tag modifies tags on snapshots
unlock remove locks other processes created
autocomplete Generate shell autocompletion script
backup Create a new backup of files and/or directories
cat Print internal objects to stdout
check Check the repository for errors
dump Dump data structures
find Find a file or directory
forget Remove snapshots from the repository
help Help about any command
init Initialize a new repository
key Manage keys (passwords)
list List items in the repository
ls List files in a snapshot
mount Mount the repository
prune Remove unneeded data from the repository
rebuild-index Build a new index file
restore Extract the data from a snapshot
snapshots List all snapshots
tag Modify tags on snapshots
unlock Remove locks other processes created
version Print version information
Flags: