aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-12-13 21:47:10 +0100
committerRenaud G <renaud@rolisteam.org>2014-12-13 21:47:10 +0100
commit708a8c7b8e88cf6af758a981f773863f9e71cdac (patch)
treefd21e89fea2c88ba22014663f18caefc7d46de4f /main.cpp
parentb973bdd569d09f6fd9381f8a7d660a934a484777 (diff)
downloadOneRoll-708a8c7b8e88cf6af758a981f773863f9e71cdac.tar.gz
OneRoll-708a8c7b8e88cf6af758a981f773863f9e71cdac.zip
-Add example for several dice command in one line.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 5f5a8ec..9350c3d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
QStringList commands;
- commands<< "help";/*
+ commands<< "1d6;1d10";/*
<< "1+(4*3)D10"
<< "2+4/4"
<< "2D10*2D20*8"