summaryrefslogtreecommitdiff
path: root/lib/App/smsg/Command/Status.pm
diff options
context:
space:
mode:
authorJonas Smedegaard <jonas@atreju.jones.dk>2012-10-12 00:58:57 +0200
committerJonas Smedegaard <jonas@atreju.jones.dk>2012-10-12 00:58:57 +0200
commit086a44af71491ba7845c54bfca786d562e1ccb66 (patch)
treea7b51d1592ffc3d8087c9a4fc4b82c447d650087 /lib/App/smsg/Command/Status.pm
parente102baef1e60c6ee866ebf6e817490935fdd703a (diff)
Add draft plugins.
Diffstat (limited to 'lib/App/smsg/Command/Status.pm')
-rw-r--r--lib/App/smsg/Command/Status.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/App/smsg/Command/Status.pm b/lib/App/smsg/Command/Status.pm
index 019cd5b..f0dfb70 100644
--- a/lib/App/smsg/Command/Status.pm
+++ b/lib/App/smsg/Command/Status.pm
@@ -33,6 +33,8 @@ use constant opt_spec => (
{default => 'foobar'}],
['kannelsmsc=s', "the Kannel SMSC to correspond with"],
[],
+ ['f|follow', "keep connection open and emit each change of state"],
+ [],
# [ 'verbose|v', "print extra stuff"],
[ 'debug', "print debug stuff"],
);