xtask/build_ebpf: document flags

pull/20/head
William Findlay 3 years ago
parent ee4336a643
commit ee77866a16
No known key found for this signature in database
GPG Key ID: 7162B44E9E560373

@ -32,8 +32,10 @@ impl std::fmt::Display for Architecture {
#[derive(StructOpt)]
pub struct Options {
/// Set the endianness of the BPF target
#[structopt(default_value = "bpfel-unknown-none", long)]
pub target: Architecture,
/// Build the release target
#[structopt(long)]
pub release: bool,
}

Loading…
Cancel
Save