summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-pull.c
diff options
context:
space:
mode:
authorDan Nicholson <dbn@endlessos.org>2022-09-18 12:13:31 -0600
committerDan Nicholson <dbn@endlessos.org>2022-09-18 12:15:18 -0600
commit631e014bd6852c5116fe4d947c4e73d515676b66 (patch)
tree4989be4e4ecdd5ead128994c259fbc34cb7549bb /src/libostree/ostree-repo-pull.c
parentc6c3c5ae9fbeaaa2207149ed348109400b88314e (diff)
downloadostree-631e014bd6852c5116fe4d947c4e73d515676b66.tar.gz
lib/pull: Fix max-metadata-size documentation
The documented option is incorrect and has been since it's introduction in 2c55bc6997.
Diffstat (limited to 'src/libostree/ostree-repo-pull.c')
-rw-r--r--src/libostree/ostree-repo-pull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c
index 4819a40a..86b4358a 100644
--- a/src/libostree/ostree-repo-pull.c
+++ b/src/libostree/ostree-repo-pull.c
@@ -3680,7 +3680,7 @@ all_requested_refs_have_commit (GHashTable *requested_refs /* (element-type Ostr
* * `override-commit-ids` (`as`): Array of specific commit IDs to fetch for refs
* * `timestamp-check` (`b`): Verify commit timestamps are newer than current (when pulling via ref); Since: 2017.11
* * `timestamp-check-from-rev` (`s`): Verify that all fetched commit timestamps are newer than timestamp of given rev; Since: 2020.4
- * * `metadata-size-restriction` (`t`): Restrict metadata objects to a maximum number of bytes; 0 to disable. Since: 2018.9
+ * * `max-metadata-size` (`t`): Restrict metadata objects to a maximum number of bytes; 0 to disable. Since: 2018.9
* * `dry-run` (`b`): Only print information on what will be downloaded (requires static deltas)
* * `override-url` (`s`): Fetch objects from this URL if remote specifies no metalink in options
* * `inherit-transaction` (`b`): Don't initiate, finish or abort a transaction, useful to do multiple pulls in one transaction.