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
mpcs
dfss
Commits
fcf37d3c
Commit
fcf37d3c
authored
Jan 22, 2016
by
Caro Axel
Browse files
Merge branch 'fix_flags_usage' into 'master'
[Fix] Flags must be set before command See merge request
!11
parents
65c3cf1f
8ec7e7c2
Pipeline
#163
passed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dfssc/main.go
View file @
fcf37d3c
...
...
@@ -20,7 +20,7 @@ func init() {
fmt
.
Println
(
"A tool to sign multiparty contracts"
)
fmt
.
Println
(
"
\n
Usage:"
)
fmt
.
Println
(
" dfssc
command [flags]
"
)
fmt
.
Println
(
" dfssc
[flags] command
"
)
fmt
.
Println
(
"
\n
The commands are:"
)
fmt
.
Println
(
" help print this help"
)
...
...
dfssd/main.go
View file @
fcf37d3c
...
...
@@ -20,7 +20,7 @@ func init() {
fmt
.
Println
(
"Debug tool to check remote transmissions"
)
fmt
.
Println
(
"
\n
Usage:"
)
fmt
.
Println
(
" dfssd
command [flags]
"
)
fmt
.
Println
(
" dfssd
[flags] command
"
)
fmt
.
Println
(
"
\n
The commands are:"
)
fmt
.
Println
(
" help print this help"
)
...
...
dfssp/main.go
View file @
fcf37d3c
...
...
@@ -33,7 +33,7 @@ func init() {
fmt
.
Println
(
"Users and contracts manager"
)
fmt
.
Println
(
"
\n
Usage:"
)
fmt
.
Println
(
" dfssp
command [flags]
"
)
fmt
.
Println
(
" dfssp
[flags] command
"
)
fmt
.
Println
(
"
\n
The commands are:"
)
fmt
.
Println
(
" init [cn, country, keySize, org, path, unit, validity]"
)
...
...
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