aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-09-25 15:36:56 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-09-25 15:36:56 +0300
commite615843baa208c7cb14c7842e9705b5841a4d2ff (patch)
treecec833234888125e81d8f766fb1d8725755b8d8f
parent1da3cd08079eaea4f6ec6bb73c2c22c829cb4449 (diff)
downloadproto-e615843baa208c7cb14c7842e9705b5841a4d2ff.tar.gz
proto-e615843baa208c7cb14c7842e9705b5841a4d2ff.tar.bz2
Remove the -r option. Revert --delete to --del
Given the deficiences of the github.com/jessevdk/go-flags this was a wrong move.
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 61cd466..7d064ba 100644
--- a/main.go
+++ b/main.go
@@ -12,7 +12,7 @@ import (
var opts struct {
List bool `long:"list" description:"List services"`
Add bool `long:"add" description:"Add services"`
- Del bool `short:"r" long:"delete" description:"Delete services"`
+ Del bool `long:"del" description:"Delete services"`
LF func(string) `short:"l" long:"level" value-name:"L[L...]" description:"apply to these runlevels"`
Level []string
RCDirectory string `short:"C" long:"rc.d" value-name:"DIR" default:"/etc/rc.d" description:"Path to the rc.d directory"`

Return to:

Send suggestions and report system problems to the System administrator.