This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=6dd2a4e569ba0a852a91d5fc3c315c56fe61e903

commit 6dd2a4e569ba0a852a91d5fc3c315c56fe61e903 (HEAD -> master)
Author: Guillem Jover <[email protected]>
AuthorDate: Thu Jun 25 21:02:29 2020 +0200

    dpkg: Add missing coma in assertable list
    
    Reported-by: Sven Joachim <[email protected]>
    Fixes: commit e0e096046a8919a30b70d6bfd0443f25ceab3cdc
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 5fa2a9f37..21c882348 100644
--- a/src/main.c
+++ b/src/main.c
@@ -128,7 +128,7 @@ usage(const struct cmdinfo *ci, const char *value)
 
   printf(_(
 "Assertable features: support-predepends, working-epoch, long-filenames,\n"
-"  multi-conrep, multi-arch, versioned-provides protected-field.\n"
+"  multi-conrep, multi-arch, versioned-provides, protected-field.\n"
 "\n"));
 
   printf(_(

-- 
Dpkg.Org's dpkg

Reply via email to