summaryrefslogtreecommitdiff
path: root/lib/keychain.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-10-20 22:16:57 -0200
committerRenato Westphal <renato@opensourcerouting.org>2017-10-24 19:30:30 -0200
commitefd7904eabd3a79e14301b1a2005e36347293d4a (patch)
tree33d7c9e1061da0213a766402295d0e931ed2088f /lib/keychain.c
parent5b8524f5c29d0fc8a5ea2f6355e90b85b3439709 (diff)
*: add missing \n in some help strings
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/keychain.c')
-rw-r--r--lib/keychain.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/keychain.c b/lib/keychain.c
index 23a2d72b17..bb2c173354 100644
--- a/lib/keychain.c
+++ b/lib/keychain.c
@@ -633,7 +633,7 @@ DEFUN (accept_lifetime_infinite_day_month,
"Day of th month to start\n"
"Month of the year to start\n"
"Year to start\n"
- "Never expires")
+ "Never expires\n")
{
int idx_hhmmss = 1;
int idx_number = 2;
@@ -654,7 +654,7 @@ DEFUN (accept_lifetime_infinite_month_day,
"Month of the year to start\n"
"Day of th month to start\n"
"Year to start\n"
- "Never expires")
+ "Never expires\n")
{
int idx_hhmmss = 1;
int idx_month = 2;
@@ -843,7 +843,7 @@ DEFUN (send_lifetime_infinite_day_month,
"Day of th month to start\n"
"Month of the year to start\n"
"Year to start\n"
- "Never expires")
+ "Never expires\n")
{
int idx_hhmmss = 1;
int idx_number = 2;
@@ -864,7 +864,7 @@ DEFUN (send_lifetime_infinite_month_day,
"Month of the year to start\n"
"Day of th month to start\n"
"Year to start\n"
- "Never expires")
+ "Never expires\n")
{
int idx_hhmmss = 1;
int idx_month = 2;