snaprep

git mirror of https://ccx.te2000.cz/bzr/snaprep
git clone https://ccx.te2000.cz/git/snaprep
Log | Files | Refs

commit 1543c425e5abb5ab7de4eab8aa992f78827b7c2e
parent 23aaf3fde529adc92bfec9e8ebb3ff666e8bdda4
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 12 Aug 2014 18:36:47 +0200

fix typo
Diffstat:
Mbin/snap.push.single | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/snap.push.single b/bin/snap.push.single @@ -2,7 +2,7 @@ : ${SNAP_SRC:=.} usage() { - printf >&2 "Usage: %s: [-S SNAP_SRC] [-D SNAP_DST] [-] [RSYNC_ARGS]\n" $(basenam "$0") + printf >&2 "Usage: %s: [-S SNAP_SRC] [-D SNAP_DST] [-] [RSYNC_ARGS]\n" $(basename "$0") exit 2 }