From 99a407d2446bb5598581dd7fb26177872b1372f9 Mon Sep 17 00:00:00 2001
From: Daniil Baturin <daniil@baturin.org>
Date: Sat, 12 Jan 2019 17:22:07 +0100
Subject: Correct the command suggestion in the "show vpn ipsec sa" script in
 case when no active SAs are found.

---
 src/op_mode/show_ipsec_sa.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/op_mode/show_ipsec_sa.py b/src/op_mode/show_ipsec_sa.py
index 1ce306a45..bad4f33f0 100755
--- a/src/op_mode/show_ipsec_sa.py
+++ b/src/op_mode/show_ipsec_sa.py
@@ -14,7 +14,7 @@ def parse_conn_spec(s):
     except AttributeError:
         # No active SAs found, so we have nothing to display
         print("No established security associations found.")
-        print("Use \"show vpn ipsec sa\" to view inactive and connecting tunnels.")
+        print("Use \"show vpn ipsec sa verbose\" to view inactive and connecting tunnels.")
         sys.exit(0)
 
 def parse_sa_counters(s):
-- 
cgit v1.2.3