diff options
author | EuAndreh <eu@euandre.org> | 2021-06-21 14:44:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-21 15:06:23 -0300 |
commit | 1dff45eb075a8717a65c2a79e454b6e61c52f14d (patch) | |
tree | d275ca1846afaa8d0b829855baab8a8b1dd76eda /doc/git-permalink.en.1 | |
parent | TODOs.md: Add #task-9be7e4f5-df3c-ed5f-1ca1-2ce9fc61d944 (diff) | |
download | git-permalink-1dff45eb075a8717a65c2a79e454b6e61c52f14d.tar.gz git-permalink-1dff45eb075a8717a65c2a79e454b6e61c52f14d.tar.xz |
doc/git-permalink.*.1: Add `EXIT STATUS` section; mention `STDOUT` in `-p` option
Diffstat (limited to 'doc/git-permalink.en.1')
-rw-r--r-- | doc/git-permalink.en.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/git-permalink.en.1 b/doc/git-permalink.en.1 index cfa28a8..2392340 100644 --- a/doc/git-permalink.en.1 +++ b/doc/git-permalink.en.1 @@ -22,7 +22,7 @@ It then uses those values to build a permalink URL, with the commit included on .TP \fB-p\fR -Only print the web URL link, don't try to open it with \fBxdg-open\fR(1) or do anything else. +Only print the web URL link to STDOUT, don't try to open it with \fBxdg-open\fR(1) or do anything else. By default this is turned off. .TP @@ -128,6 +128,22 @@ Configure an URL override, and open the file \fIsrc/app_add.c\fR without selecti .fi +.SH EXIT STATUS + +.TP +.B 0 +Successful execution. + +.TP +.B 1 +Unsupported remote. +See the supported list in SUPPORTED REMOTES, and how to add custom ones in OVERRIDES. + +.TP +.B 2 +Invalid arguments. + + .SH SEE ALSO \fBgit-config\fR(1) |