summaryrefslogtreecommitdiffstats
path: root/sinksh/syntax_modules/sink_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sinksh/syntax_modules/sink_list.cpp')
-rw-r--r--sinksh/syntax_modules/sink_list.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sinksh/syntax_modules/sink_list.cpp b/sinksh/syntax_modules/sink_list.cpp
index 966548f..c091cd4 100644
--- a/sinksh/syntax_modules/sink_list.cpp
+++ b/sinksh/syntax_modules/sink_list.cpp
@@ -52,8 +52,7 @@ Syntax::List syntax()
52 list.addParameter("id", { .name = "id", .help = "List only the content with the given ID" }); 52 list.addParameter("id", { .name = "id", .help = "List only the content with the given ID" });
53 list.addFlag("showall", "Show all properties"); 53 list.addFlag("showall", "Show all properties");
54 list.addParameter("show", { .name = "property", .help = "Only show the given property" }); 54 list.addParameter("show", { .name = "property", .help = "Only show the given property" });
55 // TODO: what is that? 55 list.addParameter("reduce", { .name = "property:$selectorProperty", .help = "Combine the result with the same $property, sorted by $selectorProperty" });
56 list.addParameter("reduce", { .name = "property:$selectorProperty", .help = "Reduce the results" });
57 list.addParameter("sort", { .name = "property", .help = "Sort the results according to the given property" }); 56 list.addParameter("sort", { .name = "property", .help = "Sort the results according to the given property" });
58 list.addParameter("limit", { .name = "count", .help = "Limit the results" }); 57 list.addParameter("limit", { .name = "count", .help = "Limit the results" });
59 58