Skip to content

Commit 9792830

Browse files
madelinekalilgopherbot
authored andcommitted
cmd/ejobs: update help output
The -e and -f flags were recently removed; this removes mentions of them in the command help output for "ejobs results". Change-Id: Id12044d5106f27209e27300f4aeb168bafa26477 Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/751180 Reviewed-by: Ethan Lee <ethanalee@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ethan Lee <ethanalee@google.com>
1 parent ecfdcf0 commit 9792830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ejobs/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var commands = []command{
9595
fs.DurationVar(&waitInterval, "i", 0, "display updates at this interval")
9696
},
9797
},
98-
{"results", "[-f] [-e] [-o FILE.json] [-stream] [-verbose] JOBID",
98+
{"results", "[-o FILE.json] [-stream] [-verbose] JOBID",
9999
"download results as JSON",
100100
doResults,
101101
func(fs *flag.FlagSet) {

0 commit comments

Comments
 (0)