Skip to content

Commit

Permalink
cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 29, 2025
1 parent 6125eed commit 8c5e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/neuron_manage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub struct ManageOpts {
#[arg(long)]
set_visibility: Option<NativeVisibility>,

/// Refresh the neuron's voting power by reaffirming the current list of followers.
/// Refresh the neuron's voting power by reaffirming the current list of followed neurons.
/// This must be done every so often to avoid neurons diminishing in voting power.
#[arg(long, alias = "refresh-followers")]
refresh_following: bool,
Expand Down

0 comments on commit 8c5e42a

Please sign in to comment.