Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Nov 2, 2023
1 parent d53d25f commit 44597bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pub(crate) struct Options {
/// Target host, url or IP address.
#[clap(short, long)]
pub target: Option<String>,
/// Constant, filename, glob expression as @/some/path/*.txt or permutations as #min-max:charset / #min-max
/// Constant, filename, glob expression as @/some/path/*.txt, permutations as #min-max:charset / #min-max or range as [min-max] / [n, n, n]
#[clap(long, visible_alias = "payloads")]
pub username: Option<String>,
/// Constant, filename, glob expression as @/some/path/*.txt or permutations as #min-max:charset / #min-max
/// Constant, filename, glob expression as @/some/path/*.txt or permutations as #min-max:charset / #min-max or range as [min-max] / [n, n, n]
#[clap(long, visible_alias = "key")]
pub password: Option<String>,

Expand Down

0 comments on commit 44597bb

Please sign in to comment.