diff --git a/cmd/apg/apg.go b/cmd/apg/apg.go index 1d72e2b..7a4c758 100644 --- a/cmd/apg/apg.go +++ b/cmd/apg/apg.go @@ -7,7 +7,7 @@ import ( "fmt" "os" - "github.com/wneessen/apg-go" + "src.neessen.cloud/wneessen/apg-go" ) // MinimumAmountTooHigh is an error message displayed when a minimum amount of @@ -122,8 +122,8 @@ func usage() { // Usage text const ut = `apg-go v` + apg.VERSION + "\n" + - `A OSS "Automated Password Generator"-clone -- https://github.com/wneessen/apg-go/ -Created 2021-2023 by Winni Neessen (MIT licensed) + `A OSS "Automated Password Generator"-clone -- https://src.neessen.cloud/wneessen/apg-go/ +Created 2021-2024 by Winni Neessen (MIT licensed) apg [-a ] [-m ] [-x ] [-L] [-U] [-N] [-S] [-H] [-C] [-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h] [-t]