mirror of
https://github.com/restic/restic.git
synced 2025-10-28 10:48:41 +00:00
Change short help messages to imperative voice
Unify the output of `restic help`.
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
var cmdForget = &cobra.Command{
|
||||
Use: "forget [flags] [snapshot ID] [...]",
|
||||
Short: "forget removes snapshots from the repository",
|
||||
Short: "remove snapshots from the repository",
|
||||
Long: `
|
||||
The "forget" command removes snapshots according to a policy. Please note that
|
||||
this command really only deletes the snapshot object in the repository, which
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
var cmdTag = &cobra.Command{
|
||||
Use: "tag [flags] [snapshot-ID ...]",
|
||||
Short: "modifies tags on snapshots",
|
||||
Short: "modify tags on snapshots",
|
||||
Long: `
|
||||
The "tag" command allows you to modify tags on exiting snapshots.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user