diff options
-rw-r--r-- | interface-definitions/system-logs.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/system-logs.xml.in b/interface-definitions/system-logs.xml.in index 677f476ff..5f81b8f00 100644 --- a/interface-definitions/system-logs.xml.in +++ b/interface-definitions/system-logs.xml.in @@ -15,7 +15,7 @@ <children> <node name="atop"> <properties> - <help>Atop logs options</help> + <help>Atop logs options (system resources usage)</help> </properties> <children> <leafNode name="maxsize"> @@ -23,7 +23,7 @@ <help>Size of a single log file that triggers rotation</help> <valueHelp> <format>u32:1-1024</format> - <description>Size in MB</description> + <description>Size in MB (default: 10)</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 1-1024" /> @@ -37,7 +37,7 @@ <help>Count of rotations before old logs will be deleted</help> <valueHelp> <format>u32:1-100</format> - <description>Rotations</description> + <description>Rotations (default: 10)</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 1-100" /> |