diff --git a/README.md b/README.md index 83265d8..0c27800 100644 --- a/README.md +++ b/README.md @@ -517,8 +517,8 @@ Useful commands: | Command | Description | |---------------------------------------------------|-------------------------------------------------------------------| | `resticw snapshots` | List backup snapshots | -| `resticw diff latest` | Show the changes from the latest backup | -| `resticw stats` / `resticw stats snapshot-id ...` | Show the statistics for the whole repo or the specified snapshots | +| `resticw diff ` | Show the changes between backup snapshots | +| `resticw stats` / `resticw stats snapshotId ...` | Show the statistics for the whole repo or the specified snapshots | | `resticw mount /mnt/restic` | Mount your remote repository |