From baa11ced38c8688ff510bf037a18bc4f75bb40c4 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 1 Jan 2014 13:55:46 -0800 Subject: [PATCH] Change help message to reflect reality. --- zit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zit b/zit index 0980fef..79bc499 100755 --- a/zit +++ b/zit @@ -55,7 +55,7 @@ zit_help() { *) echo $USAGE echo "" - echo "Set up a git repository under .zit.FILE to track changes for FILE." + echo "Set up a git repository under .FILE.git to track changes for FILE." echo "File must be a regular file and in the current directory." echo "" echo "Zit commands:" -- 2.32.0.93.g670b81a890