Skip to content

Commit

Permalink
feature: update the flag descript
Browse files Browse the repository at this point in the history
  • Loading branch information
brilliant-lx committed Apr 19, 2023
1 parent dca050b commit 4a15f25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ var (
}

DiffSyncFlag = cli.BoolFlag{
Name: "diffsync",
Usage: "Enable diffy sync, Please note that enable diffsync will improve the syncing speed, " +
"but will degrade the security to light client level",
Name: "diffsync",
Usage: "warn: diff sync has been deprecated, the flag will be removed in the future",
}
PipeCommitFlag = cli.BoolFlag{
Name: "pipecommit",
Expand Down

0 comments on commit 4a15f25

Please sign in to comment.