diff options
author | Dmitry Potapov <dpotapov@gmail.com> | 2008-08-03 18:36:19 +0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-03 13:23:15 -0700 |
commit | 9ae8e008abf2e05dee59142fae068ae1f9004147 (patch) | |
tree | 82f5f2259f8041f7815fdf97abbadf4e53bac4df /Documentation/git-hash-object.txt | |
parent | correct argument checking test for git hash-object (diff) | |
download | tgif-9ae8e008abf2e05dee59142fae068ae1f9004147.tar.xz |
correct usage help string for git-hash-object
The usage string is corrected to make it fit in 80 columns and to make it
unequivocal about what options can be used with --stdin-paths.
Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-hash-object.txt')
-rw-r--r-- | Documentation/git-hash-object.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt index ac928e198e..a4703ec0de 100644 --- a/Documentation/git-hash-object.txt +++ b/Documentation/git-hash-object.txt @@ -8,7 +8,9 @@ git-hash-object - Compute object ID and optionally creates a blob from a file SYNOPSIS -------- -'git hash-object' [-t <type>] [-w] [--stdin | --stdin-paths] [--] <file>... +[verse] +'git hash-object' [-t <type>] [-w] [--stdin] [--] <file>... +'git hash-object' [-t <type>] [-w] --stdin-paths < <list-of-paths> DESCRIPTION ----------- |