From 6cc65f791515c1587aaa9620759e9e3cd28818c7 Mon Sep 17 00:00:00 2001 From: edwardmack Date: Tue, 14 Mar 2023 17:25:07 -0400 Subject: [PATCH] update README --- cmd/gossamer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gossamer/README.md b/cmd/gossamer/README.md index d3456e3ac31..f436063a55c 100644 --- a/cmd/gossamer/README.md +++ b/cmd/gossamer/README.md @@ -86,7 +86,7 @@ The `importStateAction` function is defined in [`main.go`](main.go). The `export` subcommand transforms a genesis configuration and Gossamer state into a TOML configuration file. This subcommand invokes the `exportAction` function defined in [`export.go`](export.go). -- `--config` - path to a TOML configuration file (e.g. those defined in [the `chain` directory](../../internal/chain)) +- `--config` - path to a TOML configuration file (e.g. those defined in [the `chain` directory](../../chain)) - `--basepath` - path to the Gossamer data directory that defines the state to export ## Client Components