]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
[CLI] "removeAll" missing in first line of vmware-vgauth-cmd help info
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:53:01 +0000 (11:53 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:53:01 +0000 (11:53 -0700)
open-vm-tools/vgauth/cli/main.c

index bacbcf65056df7dd362250f8f2276334b8bb72bf..2ffafb0ccd4faaf19057d2a6436edbf94ed56947 100644 (file)
@@ -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");