File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ git-psuh - Delight users' typo with a shy horse
428428SYNOPSIS
429429--------
430430[verse]
431- 'git-psuh'
431+ 'git-psuh [<arg>...] '
432432
433433DESCRIPTION
434434-----------
@@ -491,14 +491,16 @@ Take a look at `Documentation/technical/api-parse-options.txt`. This is a handy
491491tool for pulling out options you need to be able to handle, and it takes a
492492usage string.
493493
494- In order to use it, we'll need to prepare a NULL-terminated usage string and a
495- `builtin_psuh_options` array. Add a line to `#include "parse-options.h"` .
494+ In order to use it, we'll need to prepare a NULL-terminated array of usage
495+ strings and a `builtin_psuh_options` array .
496496
497- At global scope, add your usage:
497+ Add a line to `#include "parse-options.h"`.
498+
499+ At global scope, add your array of usage strings:
498500
499501----
500502static const char * const psuh_usage[] = {
501- N_("git psuh"),
503+ N_("git psuh [<arg>...] "),
502504 NULL,
503505};
504506----
You can’t perform that action at this time.
0 commit comments