Skip to content

Commit 102fc58

Browse files
hedrokdmbaturin
andcommitted
T75: Update help strings for timeouts
Co-authored-by: Daniil Baturin <daniil@baturin.org>
1 parent 8ec9e2f commit 102fc58

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

interface-definitions/system_flow-accounting.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@
117117
</tagNode>
118118
<leafNode name="inactive-timeout">
119119
<properties>
120-
<help>Export flow after it's inactive for this timeout in seconds</help>
120+
<help>Flow inactivity timeout</help>
121121
<valueHelp>
122122
<format>u32:0-2147483647</format>
123-
<description>Timeout to export inactive flow, seconds</description>
123+
<description>Inactive flow export timeout (seconds)</description>
124124
</valueHelp>
125125
<constraint>
126126
<validator name="numeric" argument="--range 0-2147483647"/>
@@ -130,10 +130,10 @@
130130
</leafNode>
131131
<leafNode name="active-timeout">
132132
<properties>
133-
<help>Export flow after it's active for this timeout in seconds</help>
133+
<help>Flow activity timeout</help>
134134
<valueHelp>
135135
<format>u32:0-2147483647</format>
136-
<description>Timeout to export active flow, seconds</description>
136+
<description>Active flow export timeout (seconds)</description>
137137
</valueHelp>
138138
<constraint>
139139
<validator name="numeric" argument="--range 0-2147483647"/>

0 commit comments

Comments
 (0)