Skip to content

Commit

Permalink
chore: Update list notifications command to use /ln instead of /list
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Aug 19, 2024
1 parent 9821fcb commit bce496f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Please replace `<amount_of_data_in_KiB>` with the actual data amount.

You can use the following command to list the last 4 notifications:
```plaintext
/list <enable|disable|install|delete>
/ln <enable|disable|install|delete>
```

##### Process Notification
Expand All @@ -165,7 +165,7 @@ You can use the following command to process notification:
```plaintext
/process <seq number>
```
You can get the `seq number` from the list command.
You can get the `seq number` from the `/ln` command.

#### Notification

Expand Down
2 changes: 1 addition & 1 deletion internal/cloud/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (

CommandConsumeData = []byte("/data")
CommandProcessNotification = []byte("/process")
CommandListNotifications = []byte("/list")
CommandListNotifications = []byte("/ln")

CommandArgumentSplitter = []byte(" ")
CommandListNotificationsLimit = 4
Expand Down

0 comments on commit bce496f

Please sign in to comment.