The GetCmdQueryRedelegations function shows an incorrect example command in its help text. The command is defined as redelegations (plural) in the Use field:
https://github.com/initia-labs/initia//blob/f5cd97d3aadd694d511c61ce5f55a772f4d2b904/x/mstaking/client/cli/query.go#L588-L592
Albeit, the example in the help text uses redelegation (singular):
This mismatch would cause the example command to fail if users try to copy and use it.
Update the example in the help text to use the correct plural form:
