git/Documentation
Junio C Hamano 2bb96e4e12 show-index: the short help should say the command reads from its input
The short help text given by "git show-index -h" says

    $ git show-index -h
    usage: git show-index [--object-format=<hash-algorithm>]

        --[no-]object-format <hash-algorithm>
                              specify the hash algorithm to use

The command takes a pack .idx file from its standard input.  The
user has to _know_ this, as there is no indication from this output.

Give a hint that the data to work on is fed from its standard input.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-02-06 16:33:08 +01:00
..
2024-12-27 08:28:11 -08:00
2025-01-07 10:46:18 -08:00
2024-12-27 08:28:11 -08:00
2024-12-15 17:54:33 -08:00
2024-09-23 12:47:36 -07:00
2024-06-17 15:55:56 -07:00
2024-08-16 09:46:25 -07:00
2025-01-06 08:23:29 -08:00
2024-09-23 12:47:36 -07:00