diff --git a/flags.go b/flags.go index a72ed65..71ff171 100644 --- a/flags.go +++ b/flags.go @@ -61,7 +61,7 @@ var Pagesize = altsrc.NewUint64Flag(&cli.Uint64Flag{ }) var Forward = altsrc.NewBoolFlag(&cli.BoolFlag{ - Name: "Pagination Order", + Name: "forward", Usage: "Indicates if the entries will be traversed in ascending order (true) or descending order (false)", Destination: &options.Forward, Value: false, diff --git a/main.go b/main.go index fefa7cf..53f84c9 100644 --- a/main.go +++ b/main.go @@ -64,6 +64,7 @@ func main() { EndTime, Hashes, Pagesize, + Forward, Storenode, UseLegacy, Timeout,