From: John Wolfe Date: Tue, 21 Jul 2020 18:53:01 +0000 (-0700) Subject: [CLI] "removeAll" missing in first line of vmware-vgauth-cmd help info X-Git-Tag: stable-11.2.0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1330b36a316d38930aa3a654ea288a40f5a2a70;p=thirdparty%2Fopen-vm-tools.git [CLI] "removeAll" missing in first line of vmware-vgauth-cmd help info --- diff --git a/open-vm-tools/vgauth/cli/main.c b/open-vm-tools/vgauth/cli/main.c index bacbcf650..2ffafb0cc 100644 --- a/open-vm-tools/vgauth/cli/main.c +++ b/open-vm-tools/vgauth/cli/main.c @@ -668,7 +668,7 @@ mainRun(int argc, gchar *noteMsg = NULL; gchar *subject = NULL; GOptionEntry *cmdOptions = NULL; - const gchar *paramStr = "[add | list | remove]\n"; + const gchar *paramStr = "[add | list | remove | removeAll]\n"; const gchar *lUsername = SU_(cmdline.summary.username, "username"); const gchar *lSubject = SU_(cmdline.summary.subject, "subject"); const gchar *lPEMfile = SU_(cmdline.summary.pemfile, "PEM-file");