Skip to content

Commit ed576c5

Browse files
authored
fix ncli slots help (#6966)
* fix ncli slots help * copyright year
1 parent b18faca commit ed576c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ncli/ncli.nim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# beacon_chain
2-
# Copyright (c) 2020-2024 Status Research & Development GmbH
2+
# Copyright (c) 2020-2025 Status Research & Development GmbH
33
# Licensed and distributed under either of
44
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -80,15 +80,15 @@ type
8080
of slots:
8181
preState2* {.
8282
argument
83-
desc: "State to which to apply specified block"}: string
83+
desc: "State to which to apply specified empty slots"}: string
8484

8585
slot* {.
8686
argument
87-
desc: "Block to apply to preState"}: uint64
87+
desc: "Empty slots to apply to preState"}: uint64
8888

8989
postState2* {.
9090
argument
91-
desc: "Filename of state resulting from applying blck to preState"}: string
91+
desc: "Filename of state resulting from empty slots to preState"}: string
9292

9393
template saveSSZFile(filename: string, value: ForkedHashedBeaconState) =
9494
try:

0 commit comments

Comments
 (0)