Merge pull request #2 from k725/k725-patch-1

fix usage message
This commit is contained in:
Greg T. Wallace 2024-03-29 17:13:16 -04:00 committed by GitHub
commit 6fe53b9fc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ func (app *app) getConfig(args []string) error {
installCmd := &ff.Command{ installCmd := &ff.Command{
Name: "install", Name: "install",
Usage: "apc-p15-tool upload --keyfile key.pem --certfile cert.pem --apchost example.com:22 --fingerprint 123abc --username apc --password test", Usage: "apc-p15-tool install --keyfile key.pem --certfile cert.pem --apchost example.com:22 --fingerprint 123abc --username apc --password test",
ShortHelp: "install the specified key and cert pem files on an apc ups (they will be converted to a comaptible p15 file)", ShortHelp: "install the specified key and cert pem files on an apc ups (they will be converted to a comaptible p15 file)",
Flags: installFlags, Flags: installFlags,
Exec: app.cmdInstall, Exec: app.cmdInstall,