From df7f4aad9455abb71b777780fdb24802eb54b6e1 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil <exa.exa@gmail.com> Date: Sat, 7 Jun 2014 23:02:13 +0200 Subject: [PATCH] fix docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f05d3a0..a4184ea 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The zfs backing-up tool. ha-ha. - `zb-cleanup <zfs_object> <density> [max age]` destroys unnecessary snapshots - `zb-pull <ssh_connection> <local_zfs_object> <remote_zfs_object>` pulls most - recent snapshot of `remote_volume` to `volume`, using ssh called with - `ssh_options` + recent snapshots of `remote_zfs_object` to `local_zfs_object`, using ssh + called with `ssh_connection` ## Installation&requirements