summaryrefslogtreecommitdiff
path: root/lib/App/smsg/Command/Chain.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/smsg/Command/Chain.pm')
-rw-r--r--lib/App/smsg/Command/Chain.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/smsg/Command/Chain.pm b/lib/App/smsg/Command/Chain.pm
index 90dc24f..5c1c6e5 100644
--- a/lib/App/smsg/Command/Chain.pm
+++ b/lib/App/smsg/Command/Chain.pm
@@ -32,6 +32,7 @@ then interactively prompted for.
DESCRIPTION
use constant opt_spec => (
['target|to=s', "Recipient ID"],
+ ['origin|from=s', "Faked sender ID"],
['platform|on=s', "Platform to operate on. Either generic (chat, sms, microblog) or specific (kannel, jabber, irc, twitter, status.net)."],
['intermediary|via=s', "Message center, host or net to use in case of multiple routes"],
[],