From 7093719199038b17ae3015efb785ec3524670ede Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 18 May 2019 13:51:58 +0200 Subject: [PATCH] Documented error codes. --- remwharead.1.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/remwharead.1.adoc b/remwharead.1.adoc index f766094..5dabb24 100644 --- a/remwharead.1.adoc +++ b/remwharead.1.adoc @@ -85,6 +85,18 @@ You can use proxy servers with the same environment variables as curl. See `${XDG_DATA_HOME}` is usually `~/.local/share`. +== ERROR CODES + +[options="header",cols=">,<"] +|================================================== +| Code | Explanation +| 1 | Missing options / Argument not understood. +| 2 | Database connection failed. +| 3 | File could not be opened. +| 4 | Could not fetch URI. +|================================================== + + == SEE ALSO *curl*(1)