chiark / gitweb /
Fix a typo in the "add" command's documentation
authorChuck Lever <cel@netapp.com>
Mon, 14 Nov 2005 16:51:02 +0000 (11:51 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 15 Nov 2005 10:19:39 +0000 (10:19 +0000)
Signed-off-by: J. Bruce Fields <bfields@fieldses.org>
Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/add.py

index 999ce2b79fcb516e40531e62324d2bae42cdf08e..fc9c5a73a29673f06b683a85134531ad6d9520ea 100644 (file)
@@ -27,7 +27,7 @@ from stgit import stack, git
 help = 'add files or directories to the repository'
 usage = """%prog [options] <files/dirs...>
 
-Add the files or directories passed as arguments to the
+Add the files or directories passed as arguments to the
 repository. When a directory name is given, all the files and
 subdirectories are recursively added."""