diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-10 16:41:40 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-10 16:41:40 +0000 |
commit | abef13a824c8c1848f048d6ee0888a12877fc6bb (patch) | |
tree | 84132526e47ed2c778a973789d84636b8b02fa5a /README.md | |
parent | 7870011eaf50a4af59965253a78c665714065041 (diff) | |
download | git-deps-abef13a824c8c1848f048d6ee0888a12877fc6bb.tar.gz |
only -h works, not --help
--help looks for a man page, which doesn't exist yet.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ Usage ----- The tool is not yet fully documented, but usage is fairly -self-explanatory if you run with `-h` or `--help`. +self-explanatory if you run with `-h`. By default it will output all dependencies of the given commit-ish(s), one per line. With `--recurse`, it will traverse dependencies of |