Skip to content

Commit 26aeeaf

Browse files
committed
Improve description
Will be used to update the flux-commands.md. See #380.
1 parent 5a0d393 commit 26aeeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-triples/src/main/java/org/metafacture/triples/TripleSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @author markus geipel
2828
*
2929
*/
30-
@Description("Sorts triples")
30+
@Description("Sorts triples. Several options can be combined, e.g. `by=\"object\",numeric=\"true\",order=\"decreasing\"` will numerically sort the Object of the triples in decreasing order (given that all Objects are indeed of numeric type).")
3131
@In(Triple.class)
3232
@Out(Triple.class)
3333
@FluxCommand("sort-triples")

0 commit comments

Comments
 (0)