Fix the help text on the revision derivations page
This commit is contained in:
parent
2f56e59e5b
commit
444649cbc9
1 changed files with 3 additions and 3 deletions
|
|
@ -924,7 +924,7 @@ figure {
|
|||
,(form-horizontal-control
|
||||
"Search query" query-parameters
|
||||
#:help-text
|
||||
"List packages where the name or synopsis match the query.")
|
||||
"List derivations where part of the file name matches the query.")
|
||||
,(form-horizontal-control
|
||||
"System" query-parameters
|
||||
#:options valid-systems
|
||||
|
|
@ -944,10 +944,10 @@ figure {
|
|||
,(form-horizontal-control
|
||||
"After name" query-parameters
|
||||
#:help-text
|
||||
"List packages that are alphabetically after the given name.")
|
||||
"List derivations that are alphabetically after the given name.")
|
||||
,(form-horizontal-control
|
||||
"Limit results" query-parameters
|
||||
#:help-text "The maximum number of packages by name to return.")
|
||||
#:help-text "The maximum number of derivations to return.")
|
||||
,(form-horizontal-control
|
||||
"All results" query-parameters
|
||||
#:type "checkbox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue