diff options
Diffstat (limited to 'builtin/notes.c')
-rw-r--r-- | builtin/notes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builtin/notes.c b/builtin/notes.c index e0a1f62fc9..2ab070fa09 100644 --- a/builtin/notes.c +++ b/builtin/notes.c @@ -804,8 +804,7 @@ static int prune(int argc, const char **argv, const char *prefix) struct notes_tree *t; int show_only = 0, verbose = 0; struct option options[] = { - OPT_BOOLEAN('n', "dry-run", &show_only, - "do not remove, show only"), + OPT__DRY_RUN(&show_only, "do not remove, show only"), OPT__VERBOSE(&verbose, "report pruned notes"), OPT_END() }; |