Skip to content

Commit f05ca2f

Browse files
committed
Replace obsolete command
1 parent 3c7727c commit f05ca2f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/fundamentals/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tabs from "@theme/Tabs";
77
import TabItem from "@theme/TabItem";
88

99
Nethermind uses the [RocksDB](https://rocksdb.org) database to store the state. By default, the database is located in the
10-
same directory where the Nethermind executable is. You can change the database location using the [`-d, --baseDbPath`](configuration.md#db-dir) command line option.
10+
same directory where the Nethermind executable is. You can change the database location using the [`--db-dir`](configuration.md#db-dir) command line option.
1111

1212
## Database directory structure
1313

versioned_docs/version-1.31.0/fundamentals/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tabs from "@theme/Tabs";
77
import TabItem from "@theme/TabItem";
88

99
Nethermind uses the [RocksDB](https://rocksdb.org) database to store the state. By default, the database is located in the
10-
same directory where the Nethermind executable is. You can change the database location using the [`-d, --baseDbPath`](configuration.md#db-dir) command line option.
10+
same directory where the Nethermind executable is. You can change the database location using the [`--db-dir`](configuration.md#db-dir) command line option.
1111

1212
## Database directory structure
1313

versioned_docs/version-1.32.0/fundamentals/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tabs from "@theme/Tabs";
77
import TabItem from "@theme/TabItem";
88

99
Nethermind uses the [RocksDB](https://rocksdb.org) database to store the state. By default, the database is located in the
10-
same directory where the Nethermind executable is. You can change the database location using the [`-d, --baseDbPath`](configuration.md#db-dir) command line option.
10+
same directory where the Nethermind executable is. You can change the database location using the [`--db-dir`](configuration.md#db-dir) command line option.
1111

1212
## Database directory structure
1313

versioned_docs/version-1.33.0/fundamentals/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tabs from "@theme/Tabs";
77
import TabItem from "@theme/TabItem";
88

99
Nethermind uses the [RocksDB](https://rocksdb.org) database to store the state. By default, the database is located in the
10-
same directory where the Nethermind executable is. You can change the database location using the [`-d, --baseDbPath`](configuration.md#db-dir) command line option.
10+
same directory where the Nethermind executable is. You can change the database location using the [`--db-dir`](configuration.md#db-dir) command line option.
1111

1212
## Database directory structure
1313

versioned_docs/version-1.34.0/fundamentals/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tabs from "@theme/Tabs";
77
import TabItem from "@theme/TabItem";
88

99
Nethermind uses the [RocksDB](https://rocksdb.org) database to store the state. By default, the database is located in the
10-
same directory where the Nethermind executable is. You can change the database location using the [`-d, --baseDbPath`](configuration.md#db-dir) command line option.
10+
same directory where the Nethermind executable is. You can change the database location using the [`--db-dir`](configuration.md#db-dir) command line option.
1111

1212
## Database directory structure
1313

versioned_docs/version-1.35.0/fundamentals/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tabs from "@theme/Tabs";
77
import TabItem from "@theme/TabItem";
88

99
Nethermind uses the [RocksDB](https://rocksdb.org) database to store the state. By default, the database is located in the
10-
same directory where the Nethermind executable is. You can change the database location using the [`-d, --baseDbPath`](configuration.md#db-dir) command line option.
10+
same directory where the Nethermind executable is. You can change the database location using the [`--db-dir`](configuration.md#db-dir) command line option.
1111

1212
## Database directory structure
1313

0 commit comments

Comments
 (0)