mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
tor: improve readability of the packages help text
Whitespace before and after the description makes the package information much more obvious. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
+10
-2
@@ -49,7 +49,9 @@ endef
|
||||
|
||||
define Package/tor/description
|
||||
$(call Package/tor/Default/description)
|
||||
|
||||
This package contains the tor daemon.
|
||||
|
||||
endef
|
||||
|
||||
define Package/tor-gencert
|
||||
@@ -60,7 +62,9 @@ endef
|
||||
|
||||
define Package/tor-gencert/description
|
||||
$(call Package/tor/Default/description)
|
||||
Generate certs and keys for Tor directory authorities
|
||||
|
||||
Generate certs and keys for Tor directory authorities.
|
||||
|
||||
endef
|
||||
|
||||
define Package/tor-resolve
|
||||
@@ -71,7 +75,9 @@ endef
|
||||
|
||||
define Package/tor-resolve/description
|
||||
$(call Package/tor/Default/description)
|
||||
Resolve a hostname to an IP address via tor
|
||||
|
||||
Resolve a hostname to an IP address via tor.
|
||||
|
||||
endef
|
||||
|
||||
define Package/tor-geoip
|
||||
@@ -82,7 +88,9 @@ endef
|
||||
|
||||
define Package/tor-geoip/description
|
||||
$(call Package/tor/Default/description)
|
||||
|
||||
This package contains a GeoIP database mapping IP addresses to countries.
|
||||
|
||||
endef
|
||||
|
||||
define Package/tor/conffiles
|
||||
|
||||
Reference in New Issue
Block a user