In the following example, the caller has substituted a single dash for a double in the `sound` key/value pair: ``` % remind -d 20 my reminder -sound tink Error: The value 'tink' is invalid for '-d <days>' ``` The error should read: ``` Error: The value 'tink' is invalid for '-s <seconds>' ```