Skip to content

Commit

Permalink
fixup: helper doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 27, 2024
1 parent 06deb0e commit 07ef3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper/pfcli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn get_all_states() -> Vec<String> {
states
}

/// Set skip flag on interface
/// Get flags set on interface `iface`
pub fn get_interface_flags(iface: &str) -> Vec<String> {
let output = get_command()
.arg("-sI")
Expand Down

0 comments on commit 07ef3d3

Please sign in to comment.