Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Fix typo on argument help
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn committed Feb 20, 2019
1 parent 34ff1a7 commit ed26a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/octorpki/octorpki.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var (
RRDPMode = flag.Int("rrdp.mode", RRDP_MATCH_RSYNC, fmt.Sprintf("RRDP security mode (%v = no check, %v = match rsync domain, %v = match path)",
RRDP_NO_MATCH, RRDP_MATCH_RSYNC, RRDP_MATCH_STRICT))

Mode = flag.String("mode", "server", "Select output mode (server/oneoff")
Mode = flag.String("mode", "server", "Select output mode (server/oneoff)")
WaitStable = flag.Bool("output.wait", true, "Wait until stable state to create the file (returns 503 when unstable on HTTP)")

// Serving Options
Expand Down

0 comments on commit ed26a6b

Please sign in to comment.