Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: poonai <rbalajis25@gmail.com>
  • Loading branch information
poonai committed Oct 18, 2022
1 parent fa64643 commit 1f7908e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/bin/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ pub enum ChainCommand {

#[derive(Clone, Debug, Subcommand)]
pub enum CallCacheCommand {
/// Remove call cache of a specified chain
/// Remove call cache of the specified chain
///
/// If block pointers of from and to is not mentioned, then all the call cache will be
/// If block pointers of `from` and `to` is not mentioned, then all the call cache will be
/// removed.
Remove {
/// Starting block pointer
Expand Down

0 comments on commit 1f7908e

Please sign in to comment.