Code

Merge branch 'maint' to sync with 1.5.2.5
[git.git] / t / t2200-add-update.sh
index 58cd7f31bed90fd24d1f5cd43ff0e26c922ea4ab..61d08bb431ca18d6223e944cd4ca43fba6c1d332 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-test_description='git-add -u with path limiting
+test_description='git add -u with path limiting
 
 This test creates a working tree state with three files:
 
@@ -8,7 +8,7 @@ This test creates a working tree state with three files:
   dir/sub (previously committed, modified)
   dir/other (untracked)
 
-and issues a git-add -u with path limiting on "dir" to add
+and issues a git add -u with path limiting on "dir" to add
 only the updates to dir/sub.'
 
 . ./test-lib.sh