2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-30 23:50:48 +00:00

Merge pull request #2904 from jasonccox/consistent-usage-strings

Update usage strings to put flags before args
This commit is contained in:
MichaelEischer 2020-08-28 20:39:14 +02:00 committed by GitHub
commit efb4a981cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ import (
)
var cmdDiff = &cobra.Command{
Use: "diff snapshot-ID snapshot-ID",
Use: "diff [flags] snapshot-ID snapshot-ID",
Short: "Show differences between two snapshots",
Long: `
The "diff" command shows differences from the first to the second snapshot. The

View File

@ -9,7 +9,7 @@ import (
)
var cmdGenerate = &cobra.Command{
Use: "generate [command]",
Use: "generate [flags]",
Short: "Generate manual pages and auto-completion files (bash, zsh)",
Long: `
The "generate" command writes automatically generated files (like the man pages

View File

@ -16,7 +16,7 @@ import (
)
var cmdKey = &cobra.Command{
Use: "key [list|add|remove|passwd] [ID]",
Use: "key [flags] [list|add|remove|passwd] [ID]",
Short: "Manage keys (passwords)",
Long: `
The "key" command manages keys (passwords) for accessing the repository.

View File

@ -9,7 +9,7 @@ import (
)
var cmdList = &cobra.Command{
Use: "list [blobs|packs|index|snapshots|keys|locks]",
Use: "list [flags] [blobs|packs|index|snapshots|keys|locks]",
Short: "List objects in the repository",
Long: `
The "list" command allows listing objects in the repository based on type.

View File

@ -8,7 +8,7 @@ import (
)
var cmdMigrate = &cobra.Command{
Use: "migrate [name]",
Use: "migrate [flags] [name]",
Short: "Apply migrations",
Long: `
The "migrate" command applies migrations to a repository. When no migration

View File

@ -14,7 +14,7 @@ import (
)
var cmdSnapshots = &cobra.Command{
Use: "snapshots [snapshotID ...]",
Use: "snapshots [flags] [snapshotID ...]",
Short: "List all snapshots",
Long: `
The "snapshots" command lists all snapshots stored in the repository.

View File

@ -292,7 +292,7 @@ Restic can write out man pages and bash/zsh compatible autocompletion scripts:
and the auto-completion files for bash and zsh).
Usage:
restic generate [command] [flags]
restic generate [flags] [command]
Flags:
--bash-completion file write bash completion file