You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
810 B

  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. xl2tpd-control.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/xl2tpd-control.c b/xl2tpd-control.c
  9. index d1df0f6..2e683c8 100644
  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. }