Skip to content

Commit

Permalink
Fix size argument for linux
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_Ping/trunk@114983 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Tal Peer committed Feb 6, 2003
1 parent 3ad7dd7 commit bdf2df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ping.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ function _initArgRelation()
"ttl" => "-m",
"count" => "-c",
"quiet" => "-q",
"size" => NULL,
"size" => "-s",
"deadline" => "-w"
),
"windows" => array (
Expand Down

0 comments on commit bdf2df2

Please sign in to comment.