diff options
Diffstat (limited to 'xalarm')
| -rwxr-xr-x | xalarm | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ elif [ "$1" == "cancel" ] || [ "$1" == "kill" ]; then    xalarm_cancel $2  elif [ "$1" == "pause" ]; then    xalarm_pause $2 -elif [ "$1" == "resume" ] && [ "$1" == "continue" ]; then +elif [ "$1" == "resume" ] || [ "$1" == "continue" ]; then    xalarm_resume $2  elif [ "$1" == "reset" ]; then    xalarm_reset $2  | 
