diff options
Diffstat (limited to 'Documentation/git-notes.txt')
-rw-r--r-- | Documentation/git-notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt index 35dd8fa8a0..53c5d9014d 100644 --- a/Documentation/git-notes.txt +++ b/Documentation/git-notes.txt @@ -11,7 +11,7 @@ SYNOPSIS 'git notes' [list [<object>]] 'git notes' add [-f] [-F <file> | -m <msg>] [<object>] 'git notes' append [-F <file> | -m <msg>] [<object>] -'git notes' edit [-F <file> | -m <msg>] [<object>] +'git notes' edit [<object>] 'git notes' show [<object>] 'git notes' remove [<object>] 'git notes' prune |