Skip to content

Commit

Permalink
unhide local remove option
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear committed May 25, 2024
1 parent 0931d55 commit d9d79dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cli/src/opt/kanidm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@ pub struct ReauthOpt {
pub struct LogoutOpt {
#[clap(flatten)]
copt: CommonOpt,
#[clap(short, long, hide = true)]
/// Do not send the logout to the server - only remove the session token locally
#[clap(short, long)]
/// Do not send a logout request to the server - only remove the session token locally.
local_only: bool,
}

Expand Down

0 comments on commit d9d79dd

Please sign in to comment.