Skip to content

Commit 6ea21f7

Browse files
authored
docs(release-notes): fix flag name for update-config (celestiaorg#5735)
Closes celestiaorg#5734 The problem was that the release notes were using the incorrect flag name `--version`. The correct flag name is `--app-version`. ## Testing ``` $ celestia-appd update-config --app-version 6 updating configuration files to version 6... Backed up /Users/rootulp/.celestia-app/config/config.toml to /Users/rootulp/.celestia-app/config/config.20250912-104019.backup..toml Backed up /Users/rootulp/.celestia-app/config/app.toml to /Users/rootulp/.celestia-app/config/app.20250912-104019.backup..toml Created backups with timestamp: 20250912-104019 Loaded configs successfully. Applying 6 config updates... Applying v6 updates to configs... Successfully updated configuration to version 6 values ```
1 parent 3141f76 commit 6ea21f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release-notes/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ This release introduces a new block propagation reactor and configuration change
2626

2727
To modify your existing configs, the `celestia-appd update-configs` command can be used.
2828

29-
```
29+
```shell
3030
celestia-appd update-config
3131
```
3232

3333
this uses version 6 and the default home (.celestia-app). Those can be changed or specified with flags as well.
3434

35-
```
36-
celestia-appd update-config --version 6 --home ~/.celestia-app
35+
```shell
36+
celestia-appd update-config --app-version 6 --home ~/.celestia-app
3737
```
3838

3939
To manually modify the configs, change the following values.

0 commit comments

Comments
 (0)