backup.go: Fix typo
This commit is contained in:
parent
8210612198
commit
17011a277f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import (
|
||||||
var Backup wisski_distillery.Command = backup{}
|
var Backup wisski_distillery.Command = backup{}
|
||||||
|
|
||||||
type backup struct {
|
type backup struct {
|
||||||
NoPrune bool `short:"no" long:"no-prune" description:"Do not prune older backup archives"`
|
NoPrune bool `short:"n" long:"no-prune" description:"Do not prune older backup archives"`
|
||||||
StagingOnly bool `short:"s" long:"staging-only" description:"Do not package into a backup archive, but only create a staging directory"`
|
StagingOnly bool `short:"s" long:"staging-only" description:"Do not package into a backup archive, but only create a staging directory"`
|
||||||
Positionals struct {
|
Positionals struct {
|
||||||
Dest string `positional-arg-name:"DEST" description:"Destination path to write backup archive to. Defaults to the snapshots/archives/ directory"`
|
Dest string `positional-arg-name:"DEST" description:"Destination path to write backup archive to. Defaults to the snapshots/archives/ directory"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue