|
12 | 12 | */
|
13 | 13 |
|
14 | 14 | static const char * const builtin_bundle_usage[] = {
|
15 |
| - N_("git bundle create [<options>] <file> <git-rev-list args>"), |
16 |
| - N_("git bundle verify [<options>] <file>"), |
17 |
| - N_("git bundle list-heads <file> [<refname>...]"), |
18 |
| - N_("git bundle unbundle <file> [<refname>...]"), |
19 |
| - NULL |
| 15 | + N_("git bundle create [<options>] <file> <git-rev-list args>"), |
| 16 | + N_("git bundle verify [<options>] <file>"), |
| 17 | + N_("git bundle list-heads <file> [<refname>...]"), |
| 18 | + N_("git bundle unbundle <file> [<refname>...]"), |
| 19 | + NULL |
20 | 20 | };
|
21 | 21 |
|
22 | 22 | static const char * const builtin_bundle_create_usage[] = {
|
23 |
| - N_("git bundle create [<options>] <file> <git-rev-list args>"), |
24 |
| - NULL |
| 23 | + N_("git bundle create [<options>] <file> <git-rev-list args>"), |
| 24 | + NULL |
25 | 25 | };
|
26 | 26 |
|
27 | 27 | static const char * const builtin_bundle_verify_usage[] = {
|
28 |
| - N_("git bundle verify [<options>] <file>"), |
29 |
| - NULL |
| 28 | + N_("git bundle verify [<options>] <file>"), |
| 29 | + NULL |
30 | 30 | };
|
31 | 31 |
|
32 | 32 | static const char * const builtin_bundle_list_heads_usage[] = {
|
33 |
| - N_("git bundle list-heads <file> [<refname>...]"), |
34 |
| - NULL |
| 33 | + N_("git bundle list-heads <file> [<refname>...]"), |
| 34 | + NULL |
35 | 35 | };
|
36 | 36 |
|
37 | 37 | static const char * const builtin_bundle_unbundle_usage[] = {
|
38 |
| - N_("git bundle unbundle <file> [<refname>...]"), |
39 |
| - NULL |
| 38 | + N_("git bundle unbundle <file> [<refname>...]"), |
| 39 | + NULL |
40 | 40 | };
|
41 | 41 |
|
42 | 42 | static int parse_options_cmd_bundle(int argc,
|
|
0 commit comments