diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2015-10-16 19:09:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-16 10:43:41 -0700 |
commit | d96a0313efb7133f07dfe36e3cf9d8a04365b1e1 (patch) | |
tree | 51d6f341fcb93d2d321d0ea171749677a4ce03d5 /credential-cache.c | |
parent | 22f698cb188243b313e024d618283e0293e37140 (diff) | |
download | git-d96a0313efb7133f07dfe36e3cf9d8a04365b1e1.tar.gz |
am, credential-cache: add angle brackets to usage stringrt/placeholder-in-usage
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'credential-cache.c')
-rw-r--r-- | credential-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/credential-cache.c b/credential-cache.c index 8689a1519a..f4afdc6988 100644 --- a/credential-cache.c +++ b/credential-cache.c @@ -88,7 +88,7 @@ int main(int argc, const char **argv) int timeout = 900; const char *op; const char * const usage[] = { - "git credential-cache [options] <action>", + "git credential-cache [<options>] <action>", NULL }; struct option options[] = { |