diff options
author | Parabola git <git@parabola.nu> | 2016-07-07 22:36:39 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2016-07-07 22:36:39 +0000 |
commit | c9ce5eaac72b867b2de97378f1708a035a9e9bf6 (patch) | |
tree | e5119f4526c58c5d8ef0872659db9569aa45ecae /git-shell-commands/fetch-mirrors | |
parent | e53aea58ee360b1717822e27651d44a7a871d26e (diff) |
translate git-shell-commands help text from Spanish to English
Diffstat (limited to 'git-shell-commands/fetch-mirrors')
-rwxr-xr-x | git-shell-commands/fetch-mirrors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/fetch-mirrors b/git-shell-commands/fetch-mirrors index 15bf9c4..afff064 100755 --- a/git-shell-commands/fetch-mirrors +++ b/git-shell-commands/fetch-mirrors @@ -1,6 +1,6 @@ #!/bin/sh # * fetch-mirrors -# Actualiza el `mirrors` (espejos) creados con `mirror` +# Update the created `mirrors` with `mirror` # ssh git@host fetch-mirrors set -e |