aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl-cl.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-04 12:36:05 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-04 12:54:29 +0200
commit2782ae034e51d5e9c74a9b1f2c6e6c452bd83243 (patch)
treea79664c1090d35c899eb867e1b749630cc455b00 /src/piesctl-cl.opt
parent5c7f75146266ece25a47dc8df898ac1e1629f51d (diff)
downloadpies-2782ae034e51d5e9c74a9b1f2c6e6c452bd83243.tar.gz
pies-2782ae034e51d5e9c74a9b1f2c6e6c452bd83243.tar.bz2
Minor fixes
* src/ctl.c: Start textual descriptions with capital letters. * src/piesctl-cl.opt: Fix typos. * src/piesctl.c (shttp_process): Fix error handling. (shttp_fatal): Select exit code depending on the HTTP response code.
Diffstat (limited to 'src/piesctl-cl.opt')
-rw-r--r--src/piesctl-cl.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/piesctl-cl.opt b/src/piesctl-cl.opt
index d026269..b8e4fc1 100644
--- a/src/piesctl-cl.opt
+++ b/src/piesctl-cl.opt
@@ -41,7 +41,7 @@ BEGIN
41END 41END
42 42
43OPTION(,E,, 43OPTION(,E,,
44 [<preprocess config and exit>]) 44 [<preprocess configuration files and exit>])
45BEGIN 45BEGIN
46 preprocess_only = 1; 46 preprocess_only = 1;
47END 47END
@@ -53,7 +53,7 @@ BEGIN
53END 53END
54 54
55OPTION(dump,d,, 55OPTION(dump,d,,
56 [<dump obtained responsed verbatim>]) 56 [<dump obtained responses verbatim>])
57BEGIN 57BEGIN
58 ++dump; 58 ++dump;
59END 59END

Return to:

Send suggestions and report system problems to the System administrator.