Update main.go

Co-authored-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Kassem Sandarusi 2025-01-13 10:27:42 -06:00 committed by Manuel Rüger
parent ebe77984c6
commit 5a245519fe

View File

@ -197,7 +197,7 @@ var flags = []cli.Flag{
Name: "changes-only", Name: "changes-only",
Value: false, Value: false,
Usage: "Avoids re-uploading pages that haven't changed since the last run.", Usage: "Avoids re-uploading pages that haven't changed since the last run.",
EnvVars: []string{"CHANGES_ONLY"}, EnvVars: []string{"MARK_CHANGES_ONLY"},
}), }),
} }