aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r--src/c_lhosts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go
index 39800f6..d3e201e 100644
--- a/src/c_lhosts.go
+++ b/src/c_lhosts.go
@@ -161,7 +161,7 @@ func (host *HostNode) protocol_str() string {
case 0: return "SSH"
case 1: return "RDP"
case 2: return "Single command"
- case 3: return "OpenStack"
+ case 3: return "OpenStack CLI"
default: return ""
}
}