Merge pull request #644 from veloute/patch-1
Update _ufw to add 'prepend' command
This commit is contained in:
commit
a9704678f8
1
src/_ufw
1
src/_ufw
|
@ -105,6 +105,7 @@ _ufw() {
|
||||||
"status:show firewall status"
|
"status:show firewall status"
|
||||||
"show:show firewall report"
|
"show:show firewall report"
|
||||||
"version:display version information"
|
"version:display version information"
|
||||||
|
"prepend:add rule before all of the same type"
|
||||||
)
|
)
|
||||||
|
|
||||||
_arguments -C -s -S -n \
|
_arguments -C -s -S -n \
|
||||||
|
|
Loading…
Reference in New Issue