diff options
author | Teddy Wing | 2020-08-05 22:21:44 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-06 00:18:19 +0200 |
commit | a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (patch) | |
tree | 045b3e594a5679e3867cb39037f968f0c93855f9 /doc/git-sugapply.1.txt | |
parent | fd63548311453520eef6d20908ff6fc8454d11df (diff) | |
download | git-suggestion-a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f.tar.bz2 |
Rename the project `git-suggestion`
Since this is a Git command, this makes more sense to me.
Diffstat (limited to 'doc/git-sugapply.1.txt')
-rw-r--r-- | doc/git-sugapply.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-sugapply.1.txt b/doc/git-sugapply.1.txt index 31c677f..d513505 100644 --- a/doc/git-sugapply.1.txt +++ b/doc/git-sugapply.1.txt @@ -56,7 +56,7 @@ EXAMPLES -------- Suggestion references can be specified either as URLs: - $ git sugapply https://github.com/teddywing/github-suggestion/pull/1#discussion_r459691747 + $ git sugapply https://github.com/teddywing/git-suggestion/pull/1#discussion_r459691747 or as comment IDs: @@ -64,7 +64,7 @@ or as comment IDs: They can also be mixed: - $ git sugapply 459692838 https://github.com/teddywing/github-suggestion/pull/1#discussion_r459691747 + $ git sugapply 459692838 https://github.com/teddywing/git-suggestion/pull/1#discussion_r459691747 SEE ALSO -------- |