Skip to content

Commit

Permalink
minor: help hint ctx is default
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Nov 16, 2024
1 parent 73114b8 commit cc03aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kamp/argv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ mod cat {

mod ctx {
use super::*;
/// print session context
/// print session context (default)
#[derive(FromArgs, PartialEq, Debug, Default)]
#[argh(subcommand, name = "ctx")]
pub struct Options {
Expand Down

0 comments on commit cc03aab

Please sign in to comment.