aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent.cli')
-rw-r--r--bbot/agent.cli12
1 files changed, 12 insertions, 0 deletions
diff --git a/bbot/agent.cli b/bbot/agent.cli
index a52579f..761580c 100644
--- a/bbot/agent.cli
+++ b/bbot/agent.cli
@@ -30,6 +30,18 @@ namespace bbot
{
"\h|OPTIONS|"
+ size_t --cpu = 1
+ {
+ "<num>",
+ "Number of CPUs (threads) to use, 1 by default."
+ };
+
+ size_t --ram (1024 * 1024) // 1G
+ {
+ "<num>",
+ "Amount of RAM (in kB) to use, 1G by default."
+ };
+
bool --help {"Print usage information and exit."}
bool --version {"Print version and exit."}
};