openvpn: update to 2.5.6
[feed/packages.git] / net / xl2tpd / patches / 0002-xl2tpd-control-fix-typo-in-usage.patch
1 From 06bd6af97055071be5ed0f83a808032688a503db Mon Sep 17 00:00:00 2001
2 From: Yousong Zhou <yszhou4tech@gmail.com>
3 Date: Thu, 12 Nov 2020 14:33:05 +0800
4 Subject: [PATCH] xl2tpd-control: fix typo in usage
5
6 ---
7 xl2tpd-control.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 --- a/xl2tpd-control.c
11 +++ b/xl2tpd-control.c
12 @@ -96,7 +96,7 @@ void usage()
13 " --help show this help message\n\n"
14 "List of supported commands:\n"
15 "add-lac, status-lac, remove-lac, connect-lac, disconnect-lac\n"
16 - "add-lns, status-lns, remove-lns, avaliable\n\n"
17 + "add-lns, status-lns, remove-lns, available\n\n"
18 "See xl2tpd-control(8) man page for more details.\n");
19 }
20