Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spider_cli/src/options/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct Cli {
/// Allow all tlds for domain.
#[clap(short, long)]
pub tld: bool,
#[clap(short, long)]
#[clap(short='H', long)]
/// Return the headers of the page. Requires the `headers` flag enabled.
pub return_headers: bool,
/// Print page visited on standard output
Expand Down