From 4591ef3100821fb6beacf208f6db566a444af7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Fri, 2 Jan 2015 17:48:01 +0100 Subject: [PATCH] Changed help-message --- src/pizza | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pizza b/src/pizza index e7914cc..eb133e6 100755 --- a/src/pizza +++ b/src/pizza @@ -12,8 +12,8 @@ help() { echo "--------------------------------------" echo "Usage: -p Send a pizza (default)" echo " -l Send a heart" - echo " -b Send happy birthday" - echo " -c Send merry christmas" + echo " -b Send a birthday cake" + echo " -c Send a christmas tree" echo " -m Receivers address (non-optional)" echo " -s Senders address, defaults to user@host" echo " -h Print this help-message"