summaryrefslogtreecommitdiffstats
path: root/commands/hugo.go
diff options
context:
space:
mode:
authordavidejones <david@davidejones.com>2023-03-04 09:18:43 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-07 15:38:26 +0100
commitbebb2b8d0a0a15350c492b13ce878ac5b01d488c (patch)
treea33061e3f311ad9aff765cc9a08aedfc1d77be1b /commands/hugo.go
parente6f029bdeef4e1a719c5e77d51006b9007d96646 (diff)
switch transfers to workers
Diffstat (limited to 'commands/hugo.go')
-rw-r--r--commands/hugo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index 156aa35b9..12575618b 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -236,9 +236,9 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
"target",
"theme",
"themesDir",
- "transfers",
"verbose",
"verboseLog",
+ "workers",
"duplicateTargetPaths",
}