Skip to content

Commit

Permalink
iperf: Add g/G to --format completions
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 6, 2018
1 parent 6009de8 commit cfef384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/iperf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _iperf()
return
;;
--format|-!(-*)f)
COMPREPLY=( $( compgen -W 'k m K M' -- "$cur" ) )
COMPREPLY=( $( compgen -W 'k m g K M G' -- "$cur" ) )
return
;;
--output|--fileinput|-!(-*)[oF])
Expand Down

0 comments on commit cfef384

Please sign in to comment.