dump command no longer has 'trees' option

This commit is contained in:
Felix Lee 2017-10-01 08:04:52 -07:00
parent 3afd974dea
commit 555bd257bd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
)
var cmdDump = &cobra.Command{
Use: "dump [indexes|snapshots|trees|all|packs]",
Use: "dump [indexes|snapshots|all|packs]",
Short: "Dump data structures",
Long: `
The "dump" command dumps data structures from the repository as JSON objects. It