diff options
Diffstat (limited to 'for-each-ref.h')
| -rw-r--r-- | for-each-ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/for-each-ref.h b/for-each-ref.h index a5e0b6d17a..c8d0219179 100644 --- a/for-each-ref.h +++ b/for-each-ref.h @@ -15,7 +15,7 @@ struct repository; " [--merged[=<object>]] [--no-merged[=<object>]]\n" \ " [--contains[=<object>]] [--no-contains[=<object>]]\n" \ " [(--exclude=<pattern>)...] [--start-after=<marker>]\n" \ - " [ --stdin | <pattern>... ]" + " [ --stdin | (<pattern>...)]" /* * The core logic for for-each-ref and its clones. |
