From bf1972c95c85e912afd2503e96b4f5320636c854 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 18 Feb 2009 20:24:52 +0100 Subject: [PATCH] Fix doc typo in sync.sh. --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index ffd26cc..55791c1 100755 --- a/sync.sh +++ b/sync.sh @@ -14,7 +14,7 @@ else echo "Usage: sync.sh [fetch | fe | push | pu ]" echo echo "fetch: Fetch from all remotes." - echo "psuh: Push to all remotes." + echo "push: Push to all remotes." exit 1 fi -- 2.44.1