Skip to content

Commit

Permalink
[docs] RFC3339 date-time example
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Nov 1, 2024
1 parent 5011433 commit 9f57c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ smsgate send [options] 'Message content'
| `--phone`, `--phones`, `-p` | Phone number, can be used multiple times or with comma-separated values | **required** | `+19162255887` |
| `--sim` | SIM card slot number, if empty, the default SIM card will be used | empty | `2` |
| `--ttl` | Time-to-live (TTL), if empty, the message will not expire<br>Conflicts with `--validUntil` | empty | `1h30m` |
| `--validUntil` | Valid until, if empty, the message will not expire<br>Conflicts with `--ttl` | empty | `2024-12-31 23:59:59` |
| `--validUntil` | Valid until, if empty, the message will not expire<br>Conflicts with `--ttl` | empty | `2024-12-31T23:59:59Z` |

#### Get the status of a sent message

Expand Down

0 comments on commit 9f57c56

Please sign in to comment.