Skip to content

Commit

Permalink
typo, edits in v_incoming_connections.lua (#703)
Browse files Browse the repository at this point in the history
"arguments" for "argyuments". No change to code, just data. 
Also edit container.name description to be more concise.
  • Loading branch information
vielmetti authored and Luca Marturana committed Jan 26, 2017
1 parent b80a050 commit 4931ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userspace/sysdig/chisels/v_incoming_connections.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ view_info =
tags = {"containers"},
name = "Container",
field = "container.name",
description = "Name of the container. What this field contains depends on the containerization technology. For example, for docker this is the content of the 'NAMES' column in 'docker ps'",
description = "Name of the container. This field depends on the containerization technology. For docker this is the 'NAMES' column in 'docker ps'",
colsize = 20
},
{
name = "Command",
field = "proc.exeline",
aggregation = "MAX",
description = "Name and argyuments of the process that received the connection.",
description = "Name and arguments of the process that received the connection.",
colsize = 0
}
}
Expand Down

0 comments on commit 4931ac6

Please sign in to comment.