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

Commit 2b03963

Browse files
Update cmd/coder/sync.go
Co-authored-by: Ammar Bandukwala <[email protected]>
1 parent f2a920d commit 2b03963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cmd/coder/sync.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func (cmd *syncCmd) RegisterFlags(fl *pflag.FlagSet) {
2929
fl.BoolVarP(&cmd.init, "init", "i", false, "do inititial transfer and exit")
3030
}
3131

32+
// See https://lxadm.com/Rsync_exit_codes#List_of_standard_rsync_exit_codes.
3233
var NoRsync = errors.New("rsync: exit status 2")
3334

3435
func (cmd *syncCmd) Run(fl *pflag.FlagSet) {

0 commit comments

Comments
 (0)