Skip to content

Commit

Permalink
doc: clarify fencing token is in hex
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar committed Dec 6, 2024
1 parent e106c72 commit 0066992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ enum Commands {
/// Name of the stream.
stream: String,

/// Payload upto 16 bytes to set as the fencing token.
/// Payload upto 16 bytes in hex to set as the fencing token.
/// An empty payload clears the token.
fencing_token: Option<FencingToken>,
},
Expand All @@ -226,8 +226,8 @@ enum Commands {
/// Name of the stream.
stream: String,

/// Enforce a fencing token which must have been previously set by a
/// `fence` command record.
/// Enforce a fencing token specified in hex,
/// which must have been previously set by a `fence` command.
#[arg(short = 'f', long)]
fencing_token: Option<FencingToken>,

Expand Down

0 comments on commit 0066992

Please sign in to comment.