From edb909c899d195e2bd87d65e406157f90ff3a3ec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 1 Sep 2011 09:50:47 +0200 Subject: [PATCH] xbps-{bin,repo}: minor change to long_desc obj printing. --- bin/xbps-bin/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-bin/util.c b/bin/xbps-bin/util.c index b95159ec..e3915a0f 100644 --- a/bin/xbps-bin/util.c +++ b/bin/xbps-bin/util.c @@ -65,7 +65,7 @@ static const struct object_info obj_info[] = { { "conflicts", "Conflicts with" }, { "conf_files", "Configuration files" }, { "short_desc", "Description: " }, - { "long_desc", "" }, + { "long_desc", "---------------------------------------------------------------------------" }, { NULL, NULL } };