diff options
author | Teddy Wing | 2020-08-04 02:57:14 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-04 02:57:14 +0200 |
commit | be9bb4efb0bbf6c9b663030282d837deeedb94f8 (patch) | |
tree | 76310a9b84d5dbcb686d9f4a10af5a486115c279 | |
parent | 6a4abcf2d56d9f8e1cfef27bb6c5a3cfc88e1e26 (diff) | |
download | git-suggestion-be9bb4efb0bbf6c9b663030282d837deeedb94f8.tar.bz2 |
doc/git-sugpatch.1: Use the same ID in the URL and ID examples
To make it clear which ID needs to be used when using the short form.
-rw-r--r-- | doc/git-sugpatch.1 | 2 | ||||
-rw-r--r-- | doc/git-sugpatch.1.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-sugpatch.1 b/doc/git-sugpatch.1 index b930b20..07e4f4e 100644 --- a/doc/git-sugpatch.1 +++ b/doc/git-sugpatch.1 @@ -106,7 +106,7 @@ or as comment IDs: .RS 4 .\} .nf -$ git sugpatch 459692838 +$ git sugpatch 459691747 .fi .if n \{\ .RE diff --git a/doc/git-sugpatch.1.txt b/doc/git-sugpatch.1.txt index 54bf580..8d31bba 100644 --- a/doc/git-sugpatch.1.txt +++ b/doc/git-sugpatch.1.txt @@ -59,7 +59,7 @@ Suggestion references can be specified either as URLs: or as comment IDs: - $ git sugpatch 459692838 + $ git sugpatch 459691747 They can also be mixed: |