From 061afaf6385340f87bbeaa6d7e8ff6befa532551 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 2 Jan 2016 11:18:28 +0200 Subject: piesctl: Implement all basic commands, except "restart" --- src/piesctl-cl.opt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/piesctl-cl.opt') 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 @@ /* 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 @@ -52,6 +52,12 @@ BEGIN ++verbose; END +OPTION(dump,d,, + []) +BEGIN + ++dump; +END + OPTION(url,u,URL, []) BEGIN -- cgit v1.2.1