summaryrefslogtreecommitdiffstats
path: root/commands/hugo.go
diff options
context:
space:
mode:
authordavidejones <david@davidejones.com>2023-03-03 16:52:31 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-07 15:38:26 +0100
commite6f029bdeef4e1a719c5e77d51006b9007d96646 (patch)
tree361370d8b8afccb04a3738d9200f4ee70e41aa44 /commands/hugo.go
parentbdbfacb86846237f968d790bc3819f81800afb08 (diff)
customize parallel transfer count
Diffstat (limited to 'commands/hugo.go')
-rw-r--r--commands/hugo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index 2fa08ec21..156aa35b9 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -236,6 +236,7 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
"target",
"theme",
"themesDir",
+ "transfers",
"verbose",
"verboseLog",
"duplicateTargetPaths",