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
END
OPTION(,E,,
- [<preprocess config and exit>])
+ [<preprocess configuration files and exit>])
BEGIN
preprocess_only = 1;
END
@@ -53,7 +53,7 @@ BEGIN
END
OPTION(dump,d,,
- [<dump obtained responsed verbatim>])
+ [<dump obtained responses verbatim>])
BEGIN
++dump;
END

Return to:

Send suggestions and report system problems to the System administrator.