aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/piesctl-cl.opt')
-rw-r--r--src/piesctl-cl.opt8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/piesctl-cl.opt b/src/piesctl-cl.opt
index 04ff051..a83616e 100644
--- a/src/piesctl-cl.opt
+++ b/src/piesctl-cl.opt
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. -*- c -*- 1/* This file is part of GNU Pies. -*- c -*-
2 Copyright (C) 2008-2014 Sergey Poznyakoff 2 Copyright (C) 2008-2016 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -52,6 +52,12 @@ BEGIN
52 ++verbose; 52 ++verbose;
53END 53END
54 54
55OPTION(dump,d,,
56 [<dump obtained responsed verbatim>])
57BEGIN
58 ++dump;
59END
60
55OPTION(url,u,URL, 61OPTION(url,u,URL,
56 [<connect to this socket>]) 62 [<connect to this socket>])
57BEGIN 63BEGIN

Return to:

Send suggestions and report system problems to the System administrator.