summaryrefslogtreecommitdiff
path: root/roll.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-07 02:47:02 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-07 02:47:02 -0500
commitd252b0a3eecfdf99c672ebc4cdd552087983f485 (patch)
tree4b8effd83b748bacd508e798578517f4ef565513 /roll.go
parent4c96b02ae96318b1a83abffc20251abbdcb7d8ed (diff)
Minor touch-ups
Diffstat (limited to 'roll.go')
-rw-r--r--roll.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/roll.go b/roll.go
index 1848754..c6095d9 100644
--- a/roll.go
+++ b/roll.go
@@ -10,7 +10,7 @@ import (
)
func usage() {
- fmt.Printf("Arguments are in the format [<COUNT>]d<SIZE>[+MOD]\n")
+ fmt.Printf("Arguments are in the format [<COUNT>]d<SIZE>[+<MOD>]\n")
}
func roll(input string) {