Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
1fce14b5
Commit
1fce14b5
authored
May 17, 2021
by
Sietse Ringers
Browse files
feat: modify irma keyshare task description
parent
07d367e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
irma/cmd/keyshare-task.go
View file @
1fce14b5
...
...
@@ -8,7 +8,7 @@ import (
var
keyshareTaskCmd
=
&
cobra
.
Command
{
Use
:
"task"
,
Short
:
"IRMA keyshare background task
server
"
,
Short
:
"
Perform
IRMA keyshare background task
s
"
,
Run
:
func
(
command
*
cobra
.
Command
,
args
[]
string
)
{
conf
:=
configureKeyshareTask
(
command
)
...
...
@@ -56,7 +56,7 @@ func init() {
}
func
configureKeyshareTask
(
cmd
*
cobra
.
Command
)
*
taskserver
.
Configuration
{
readConfig
(
cmd
,
"keysharetasks"
,
"keyshare task
daemon
"
,
[]
string
{
"."
,
"/etc/keysharetasks"
},
nil
)
readConfig
(
cmd
,
"keysharetasks"
,
"keyshare task
s
"
,
[]
string
{
"."
,
"/etc/keysharetasks"
},
nil
)
return
&
taskserver
.
Configuration
{
EmailConfiguration
:
configureEmail
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment