Skip to content

Commit aa8e557

Browse files
committed
Clarify run_firewall argument
1 parent a6d6c0e commit aa8e557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scfw/firewall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def run_firewall(args: Namespace, help: str) -> int:
2323
2424
Args:
2525
args:
26-
A `Namespace` for the firewall's `run` subcommand, containing, in
27-
particular, a `command` to run through the firewall.
26+
A `Namespace` parsed from a `run` subcommand command line containing
27+
a `command` to run through the firewall.
2828
help: A help message to print in the case of early returns.
2929
3030
Returns:

0 commit comments

Comments
 (0)