Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'wg/svn-fe-style-fixes'
[gitweb.git]
/
builtin
/
notes.c
diff --git
a/builtin/notes.c
b/builtin/notes.c
index 66147b673946dc8c589f9685846a8c72e02528ea..820c34135cab439e2168dd08947bd79d7ed7ae71 100644
(file)
--- a/
builtin/notes.c
+++ b/
builtin/notes.c
@@
-939,7
+939,7
@@
int cmd_notes(int argc, const char **argv, const char *prefix)
int result;
const char *override_notes_ref = NULL;
struct option options[] = {
- OPT_STRING(0, "ref", &override_notes_ref, N_("notes
_
ref"),
+ OPT_STRING(0, "ref", &override_notes_ref, N_("notes
-
ref"),
N_("use notes from <notes_ref>")),
OPT_END()
};