Commit 6ea21f7
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
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments