aboutsummaryrefslogtreecommitdiff
path: root/bin/mauveclient
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mauveclient')
-rwxr-xr-xbin/mauveclient5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/mauveclient b/bin/mauveclient
index 70f33c7..0068435 100755
--- a/bin/mauveclient
+++ b/bin/mauveclient
@@ -162,6 +162,11 @@ def error(msg)
end
def parse_time_spec(spec = "now")
+ #
+ # Default to now
+ #
+ spec = "now" if spec.empty?
+
case spec
when "now"
NOW