summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/util.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/util.rs b/src/config/util.rs
index 27fc530..9255c34 100644
--- a/src/config/util.rs
+++ b/src/config/util.rs
@@ -46,6 +46,11 @@ pub fn default_package_print_format() -> String {
{{#each p.flags}}{{this}}
{{/each~}}
{{/if~}}
+ {{~#if print_allowed_images}}
+ Only supported on:
+ {{#each p.allowed_images}}{{this}}
+ {{/each~}}
+ {{/if~}}
{{~#if print_deny_images}}
Denied on:
{{#each p.deny_on_images}}{{this}}