Skip to content

Commit

Permalink
Fix stat usage typo (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
invzhi authored Feb 28, 2020
1 parent a94ab37 commit 00a099e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (

var statCmd = cli.Command{
Name: "stat",
Usage: "benchmark stat objects (get fil einfo)",
Usage: "benchmark stat objects (get file info)",
Action: mainStat,
Before: setGlobalsFromContext,
Flags: combineFlags(globalFlags, ioFlags, statFlags, genFlags, benchFlags, analyzeFlags),
Expand Down

0 comments on commit 00a099e

Please sign in to comment.