chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
69517f7
)
Fix a typo in the "add" command's documentation
author
Chuck Lever
<cel@netapp.com>
Mon, 14 Nov 2005 16:51:02 +0000
(11:51 -0500)
committer
Catalin 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
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/add.py
b/stgit/commands/add.py
index 999ce2b79fcb516e40531e62324d2bae42cdf08e..fc9c5a73a29673f06b683a85134531ad6d9520ea 100644
(file)
--- 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."""