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
428
428
SYNOPSIS
429
429
--------
430
430
[verse]
431
- 'git-psuh'
431
+ 'git-psuh <arg>... '
432
432
433
433
DESCRIPTION
434
434
-----------
@@ -491,14 +491,16 @@ Take a look at `Documentation/technical/api-parse-options.txt`. This is a handy
491
491
tool for pulling out options you need to be able to handle, and it takes a
492
492
usage string.
493
493
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 .
496
496
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:
498
500
499
501
----
500
502
static const char * const psuh_usage[] = {
501
- N_("git psuh"),
503
+ N_("git psuh <arg>... "),
502
504
NULL,
503
505
};
504
506
----
You can’t perform that action at this time.
0 commit comments