Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit f64f649

Browse files
author
Russtopia
committed
Fixed misspelling in help
1 parent e481b2a commit f64f649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/coder/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (cmd *syncCmd) Spec() cli.CommandSpec {
2727
}
2828

2929
func (cmd *syncCmd) RegisterFlags(fl *pflag.FlagSet) {
30-
fl.BoolVarP(&cmd.init, "init", "i", false, "do inititial transfer and exit")
30+
fl.BoolVarP(&cmd.init, "init", "i", false, "do initial transfer and exit")
3131
}
3232

3333
// See https://lxadm.com/Rsync_exit_codes#List_of_standard_rsync_exit_codes.

0 commit comments

Comments
 (0)