Merge branch 'jc/show-index-h-update'
Doc and short-help text for "show-index" has been clarified to stress that the command reads its data from the standard input. * jc/show-index-h-update: show-index: the short help should say the command reads from its input
This commit is contained in:
@ -9,7 +9,7 @@ git-show-index - Show packed archive index
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git show-index' [--object-format=<hash-algorithm>]
|
'git show-index' [--object-format=<hash-algorithm>] < <pack-idx-file>
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
|
||||||
static const char *const show_index_usage[] = {
|
static const char *const show_index_usage[] = {
|
||||||
"git show-index [--object-format=<hash-algorithm>]",
|
"git show-index [--object-format=<hash-algorithm>] < <pack-idx-file>",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user