diff --git a/README.md b/README.md index 53a8284..1c6cc59 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Options: -s, --source The source platform (github, gitlab, codeberg) [aliases: from] -d, --destination The destination platform (github, gitlab, codeberg) [aliases: to] -n, --no-forks Don't sync forked repositories + -r, --resync Resync all repositories -c, --config Custom configuration file -v, --verbose... Verbose mode (-v, -vv, -vvv) -h, --help Print help diff --git a/src/lib.rs b/src/lib.rs index a5f51dc..083165b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,10 +6,12 @@ //! //! ```txt //! Usage: git-mover [OPTIONS] +//! //! Options: //! -s, --source The source platform (github, gitlab, codeberg) [aliases: from] //! -d, --destination The destination platform (github, gitlab, codeberg) [aliases: to] //! -n, --no-forks Don't sync forked repositories +//! -r, --resync Resync all repositories //! -c, --config Custom configuration file //! -v, --verbose... Verbose mode (-v, -vv, -vvv) //! -h, --help Print help