Mono.Tools.CertSync.Help C# (CSharp) Method

Help() static private method

static private Help ( ) : void
return void
        static void Help()
        {
            Console.WriteLine ("Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt");
            Console.WriteLine ("Where system-ca-bundle.crt is in PEM format");
        }