From: Chuck Lever Date: Mon, 14 Nov 2005 16:51:02 +0000 (-0500) Subject: Fix a typo in the "add" command's documentation X-Git-Tag: v0.14.3~580 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/fa3700cdb74d4790363c4230304c99fb0703f0b9 Fix a typo in the "add" command's documentation Signed-off-by: J. Bruce Fields Signed-off-by: Chuck Lever --- diff --git a/stgit/commands/add.py b/stgit/commands/add.py index 999ce2b..fc9c5a7 100644 --- a/stgit/commands/add.py +++ b/stgit/commands/add.py @@ -27,7 +27,7 @@ from stgit import stack, git help = 'add files or directories to the repository' usage = """%prog [options] -Add a 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."""