mirror of
https://github.com/restic/restic.git
synced 2025-08-15 05:37:28 +00:00
Change short help messages to imperative voice
Unify the output of `restic help`.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
.SH NAME
|
||||
.PP
|
||||
restic\-forget \- forget removes snapshots from the repository
|
||||
restic\-forget \- remove snapshots from the repository
|
||||
|
||||
|
||||
.SH SYNOPSIS
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
.SH NAME
|
||||
.PP
|
||||
restic\-tag \- modifies tags on snapshots
|
||||
restic\-tag \- modify tags on snapshots
|
||||
|
||||
|
||||
.SH SYNOPSIS
|
||||
|
@@ -21,7 +21,7 @@ Usage help is available:
|
||||
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
|
||||
forget remove snapshots from the repository
|
||||
init initialize a new repository
|
||||
key manage keys (passwords)
|
||||
list list items in the repository
|
||||
@@ -31,7 +31,7 @@ Usage help is available:
|
||||
rebuild-index build a new index file
|
||||
restore extract the data from a snapshot
|
||||
snapshots list all snapshots
|
||||
tag modifies tags on snapshots
|
||||
tag modify tags on snapshots
|
||||
unlock remove locks other processes created
|
||||
version Print version information
|
||||
|
||||
|
Reference in New Issue
Block a user