ping: add Dutch translation and fix typos (#13017)
* ping: add Dutch translation and fix typos * ping6: add Dutch translation * Apply suggestions from code review * Apply suggestions from code review * Update ping.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
@@ -11,18 +11,18 @@
|
||||
|
||||
`ping -c {{cuenta}} "{{host}}"`
|
||||
|
||||
- Ping al `host`, especificando el intervalo en `segundos` entre peticiones (por defecto es 1 segundo):
|
||||
- Ping al host, especificando el intervalo en segundos entre peticiones (por defecto es 1 segundo):
|
||||
|
||||
`ping -i {{segundos}} "{{host}}"`
|
||||
|
||||
- Ping a `host` sin intentar buscar nombres simbólicos para las direcciones:
|
||||
- Ping al host sin intentar buscar nombres simbólicos para las direcciones:
|
||||
|
||||
`ping -n "{{host}}"`
|
||||
|
||||
- Ping al `host` y hace sonar la campana cuando se recibe un paquete (si tu terminal lo soporta):
|
||||
- Ping al host y hace sonar la campana cuando se recibe un paquete (si tu terminal lo soporta):
|
||||
|
||||
`ping -a "{{host}}"`
|
||||
|
||||
- Ping al `host` y muestra la hora en la que se ha recibido un paquete (esta opción es un añadido de Apple):
|
||||
- Ping al host y muestra la hora en la que se ha recibido un paquete (esta opción es un añadido de Apple):
|
||||
|
||||
`ping --apple-time "{{host}}"`
|
||||
|
Reference in New Issue
Block a user