From a95e409f52ff575d9e6754da67afc8e475f6c001 Mon Sep 17 00:00:00 2001 From: Michael Hofer Date: Fri, 29 Apr 2016 09:57:06 +0200 Subject: [PATCH] fix missing comma in man page example --- man/aptly.1 | 2 +- man/aptly.1.ronn.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/aptly.1 b/man/aptly.1 index 7eff094e..c0b3c61b 100644 --- a/man/aptly.1 +++ b/man/aptly.1 @@ -40,7 +40,7 @@ Configuration file is stored in JSON format (default values shown below): "downloadSpeedLimit": 0, "architectures": [], "dependencyFollowSuggests": false, - "dependencyFollowRecommends": false + "dependencyFollowRecommends": false, "dependencyFollowAllVariants": false, "dependencyFollowSource": false, "gpgDisableSign": false, diff --git a/man/aptly.1.ronn.tmpl b/man/aptly.1.ronn.tmpl index a4fe1f54..f9abf4f1 100644 --- a/man/aptly.1.ronn.tmpl +++ b/man/aptly.1.ronn.tmpl @@ -32,7 +32,7 @@ Configuration file is stored in JSON format (default values shown below): "downloadSpeedLimit": 0, "architectures": [], "dependencyFollowSuggests": false, - "dependencyFollowRecommends": false + "dependencyFollowRecommends": false, "dependencyFollowAllVariants": false, "dependencyFollowSource": false, "gpgDisableSign": false,