Update import path and change copyright year in apg.go

The import path of the module "apg-go" has been changed to "src.neessen.cloud/wneessen/apg-go". Furthermore the copyright year mentioned in the usage text has been updated to 2024.
This commit is contained in:
Winni Neessen 2024-03-07 21:15:49 +01:00
parent 86b0ca972e
commit 8dce4d2eb9
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -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 <algo>] [-m <length>] [-x <length>] [-L] [-U] [-N] [-S] [-H] [-C]
[-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h] [-t]