Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout-index: fix --temp relative path mangling
[gitweb.git]
/
builtin
/
notes.c
diff --git
a/builtin/notes.c
b/builtin/notes.c
index bb89930373451eb0637bb92eedd0613513d959fb..39c8573cde00bc15e673ae549fcd0f22ea67d29f 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()
};