|
@@ -91,7 +91,7 @@ The items in the lists are hash, revision, total keys, total size.
|
|
|
|
|
|
|
|
func NewSnapshotRestoreCommand() *cobra.Command {
|
|
func NewSnapshotRestoreCommand() *cobra.Command {
|
|
|
cmd := &cobra.Command{
|
|
cmd := &cobra.Command{
|
|
|
- Use: "restore <filename>",
|
|
|
|
|
|
|
+ Use: "restore <filename> [options]",
|
|
|
Short: "Restores an etcd member snapshot to an etcd directory",
|
|
Short: "Restores an etcd member snapshot to an etcd directory",
|
|
|
Run: snapshotRestoreCommandFunc,
|
|
Run: snapshotRestoreCommandFunc,
|
|
|
}
|
|
}
|