Skip to content

Commit

Permalink
Low: SysInfo: Enumerate appropriate <parameter> values
Browse files Browse the repository at this point in the history
  • Loading branch information
waltdisgrace committed Aug 17, 2022
1 parent 10d1d92 commit 76adaae
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion extra/resources/SysInfo.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,20 @@ Unit to report disk free space in.
Can be one of: B, K, M, G, T, P (case-insensitive)
</longdesc>
<shortdesc lang="en">Unit to report disk free space in</shortdesc>
<content type="string" default="G"/>
<content type="select" default="G">
<option value="B" />
<option value="b" />
<option value="K" />
<option value="k" />
<option value="M" />
<option value="m" />
<option value="G" />
<option value="g" />
<option value="T" />
<option value="t" />
<option value="P" />
<option value="p" />
</content>
</parameter>
<parameter name="min_disk_free">
Expand Down

0 comments on commit 76adaae

Please sign in to comment.