Skip to content

Commit

Permalink
doc: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Feb 1, 2025
1 parent 3763bc0 commit 71548b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemd-run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn systemd_run(cmd: &[&str], sd_opts: &[String]) -> Assert {
.success()
}

/// Generate all combinations of `shh run args` to test
/// Generate all combinations of `shh run` args to test
fn all_shh_run_opts() -> Vec<Vec<&'static str>> {
let args_mode = vec![vec![], vec!["-m", "aggressive"]];
let args_fs = vec![
Expand Down

0 comments on commit 71548b6

Please sign in to comment.