diff options
author | Rob Landley <rob@landley.net> | 2018-06-11 12:53:13 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-06-11 12:53:13 -0500 |
commit | 871c5d740a7f0b7e7ecda16bc23f3476acef4e7a (patch) | |
tree | a0618b8d9e65c1972da07909ab1b8e224c80a42b /toys | |
parent | 3b0ff97a8f37ed2ffa4872737fdc1854f1d19f2a (diff) | |
download | toybox-871c5d740a7f0b7e7ecda16bc23f3476acef4e7a.tar.gz |
Promote ping to toys/net
Diffstat (limited to 'toys')
-rw-r--r-- | toys/net/ping.c (renamed from toys/pending/ping.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/ping.c b/toys/net/ping.c index 22c571b3..cf1081af 100644 --- a/toys/pending/ping.c +++ b/toys/net/ping.c @@ -15,7 +15,7 @@ USE_PING(NEWTOY(ping, "<1>1t#<0>255=64c#<0=3s#<0>4088=56I:i:W#<0=10w#<0qf46[-46] config PING bool "ping" - default n + default y help usage: ping [OPTIONS] HOST |