From 9ba9238d40477c5fde41aac3e58a308fcd05e328 Mon Sep 17 00:00:00 2001 From: Alvaro Garcia <89421445+alvaro17f@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:56:04 +0200 Subject: [PATCH] update: README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 835a73c..b5949b0 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,17 @@ Restic wrapper built in Rust Usage: wrestic [OPTIONS] [COMMAND] Commands: - backup Make a backup of all your repositories - restore Restore a snapshot - snapshots List snapshots - delete Delete a snapshot - init Initialize all of your repositories - check Check repository health - repair Fix any issue - cache Clean cache - update Update Wrestic - help Print this message or the help of the given subcommand(s) + backup, -b Make a backup of all your repositories + restore, -r Restore a snapshot + snapshots, -s List snapshots + delete, -d Delete a snapshot + init, -i Initialize all of your repositories + check Check repository health + repair Fix any issue + cache Clean cache + update, -u Update Wrestic + custom, -c Custom command + help Print this message or the help of the given subcommand(s) Options: --generate [possible values: bash, elvish, fish, powershell, zsh]