From 8054ea96b396b77f01d8bee5d9422ac26ecc2359 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Wed, 12 Feb 2025 11:20:15 +0000 Subject: [PATCH] Document double dash between command line args and feeder urls on command line --- docs/source/modules/feeder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/modules/feeder.md b/docs/source/modules/feeder.md index be51aa8..ce5f7ca 100644 --- a/docs/source/modules/feeder.md +++ b/docs/source/modules/feeder.md @@ -6,7 +6,7 @@ The default feeder is the command line feeder (`cli_feeder`), which allows you t Command line feeder usage: ```{code} bash -auto-archiver [options] URL1 URL2 ... +auto-archiver [options] -- URL1 URL2 ... ``` ```{include} autogen/feeder.md