aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-02 10:24:39 +0100
committerSimon Josefsson <simon@josefsson.org>2007-03-02 10:24:39 +0100
commit665b25c495a9d41f22ae08c3c0034de5dd1d7b61 (patch)
treecc10ebc451d2260ce934522d8eddd390e9a04f70
parentb0db9f1ba6c794a08c5afbc91f5302d01b4e3b2e (diff)
downloadgit2cl-665b25c495a9d41f22ae08c3c0034de5dd1d7b61.zip
git2cl-665b25c495a9d41f22ae08c3c0034de5dd1d7b61.tar.gz
git2cl-665b25c495a9d41f22ae08c3c0034de5dd1d7b61.tar.bz2
Typo.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ba02272..c9bbce4 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ git2cl
This is a quick'n'dirty tool to convert git logs to GNU ChangeLog
format.
-The tool expects output from 'git --pretty --numstat --summary' on
+The tool expects output from 'git log --pretty --numstat --summary' on
stdin. Thus, typically you would use it as follows:
...........................................................................