diff --git a/lib/chibi/app.scm b/lib/chibi/app.scm index 8fe46d86..dc7d595e 100644 --- a/lib/chibi/app.scm +++ b/lib/chibi/app.scm @@ -64,7 +64,7 @@ ;;> "Zookeeper Application" ;;> (@ ;;> (animals (list symbol) "list of animals to act on (default all)") -;;> (lions boolean (#\l) "also apply the action to lions")) +;;> (lions boolean (#\\l) "also apply the action to lions")) ;;> (or ;;> (feed "feed the animals" () (,feed animals ...)) ;;> (wash "wash the animals" (@ (soap boolean)) (,wash animals ...))