Skip to content

Commit

Permalink
fixed check command help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 12, 2024
1 parent 4e2906f commit ce09dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warpgate/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub(crate) enum Commands {
#[clap(long, action=ArgAction::SetTrue)]
enable_admin_token: bool,
},
/// Create a password hash for use in the config file
/// Perform basic config checks
Check,
/// Test the connection to a target host
TestTarget {
Expand Down

0 comments on commit ce09dfe

Please sign in to comment.