aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl-cl.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-01-02 11:18:28 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-01-02 11:20:42 +0200
commit061afaf6385340f87bbeaa6d7e8ff6befa532551 (patch)
tree7d42952187b6c035caba9c74cfb6cb8dfd651354 /src/piesctl-cl.opt
parent00e6c3c3ed06a258a02943fc49fa7c528025d747 (diff)
downloadpies-061afaf6385340f87bbeaa6d7e8ff6befa532551.tar.gz
pies-061afaf6385340f87bbeaa6d7e8ff6befa532551.tar.bz2
piesctl: Implement all basic commands, except "restart"
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,8 +1,8 @@
/* This file is part of GNU Pies. -*- c -*-
- Copyright (C) 2008-2014 Sergey Poznyakoff
+ Copyright (C) 2008-2016 Sergey Poznyakoff
GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
@@ -49,12 +49,18 @@ END
OPTION(verbose,v,,
[<verbose diagnostics>])
BEGIN
++verbose;
END
+OPTION(dump,d,,
+ [<dump obtained responsed verbatim>])
+BEGIN
+ ++dump;
+END
+
OPTION(url,u,URL,
[<connect to this socket>])
BEGIN
if (pies_url_create (&url, optarg))
{
grecs_error (NULL, 0, _("%s: cannot create URL: %s"),

Return to:

Send suggestions and report system problems to the System administrator.