فهرست منبع

scripts/feeds: use 10 chars for feed name column width

It's always hard to find a reasonable width that will make everyone
happy. This one at least makes "telephony" (one of default feeds) name
fit the column and hopefully isn't too big.

Signed-off-by: Rafał Miłecki <[email protected]>
Rafał Miłecki 9 سال پیش
والد
کامیت
a2944a0c09
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/feeds

+ 1 - 1
scripts/feeds

@@ -354,7 +354,7 @@ sub list {
 				printf "%s %s %s\n", $feed->[0], $feed->[1], $uri;
 			}
 			else {
-				printf "\%-8s \%-8s \%-8s \%s\n", $feed->[1], $feed->[0], $revision, join(", ", @{$feed->[2]});
+				printf "\%-10s \%-8s \%-8s \%s\n", $feed->[1], $feed->[0], $revision, join(", ", @{$feed->[2]});
 			}
 		}
 		return 0;