Skip to content

Commit

Permalink
Correct nknd --sync argument description
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Oct 18, 2021
1 parent c4f010a commit 267edba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nknd/nknd.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func main() {
},
cli.StringFlag{
Name: "sync",
Usage: "sync mode: full, fast",
Usage: "sync mode: full, fast, light",
Destination: &config.SyncMode,
},
cli.StringFlag{
Expand Down

0 comments on commit 267edba

Please sign in to comment.