Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Bastien Gounon
xcache-flusher
Commits
35b9426f
Commit
35b9426f
authored
Jul 30, 2020
by
Bastien Gounon
🐗
Browse files
fix optional arg description
parent
0ef95096
Pipeline
#78269
passed with stage
in 4 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.go
main.go
+1
-1
No files found.
main.go
View file @
35b9426f
...
...
@@ -12,7 +12,7 @@ func main() {
var
dir
,
serverToken
string
flag
.
StringVar
(
&
dir
,
"cachedir"
,
""
,
"Folder where the cache is stored"
)
flag
.
StringVar
(
&
serverToken
,
"token"
,
""
,
"Token for user authentication"
)
flag
.
StringVar
(
&
serverToken
,
"token"
,
""
,
"
optional -
Token for user authentication"
)
flag
.
Parse
()
if
dir
==
""
{
...
...
Write
Preview
Markdown
is supported
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