Signed-off-by: J. Bruce Fields <redacted>
Signed-off-by: Chuck Lever <redacted>
---
stgit/commands/add.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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] <files/dirs...>
-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."""