X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcsh;h=54fc0b9e7edfbf3a64f8ee761f4e5f26b52d82ea;hb=refs%2Fheads%2Fplanetlab-4_0-branch;hp=936b94315264670c7a0f57026be855eda039b4df;hpb=3dc1e71c2bf090f6536ff8da0f69ed9abaacc364;p=plcapi.git diff --git a/plcsh b/plcsh index 936b943..54fc0b9 100755 --- a/plcsh +++ b/plcsh @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: plcsh,v 1.4 2007/01/17 22:14:38 mlhuang Exp $ +# $Id: plcsh,v 1.6 2007/02/08 21:49:41 mlhuang Exp $ # import os @@ -22,6 +22,7 @@ parser = OptionParser(add_help_option = False) parser.add_option("-f", "--config", help = "PLC configuration file") parser.add_option("-h", "--url", help = "API URL") parser.add_option("-c", "--cacert", help = "API SSL certificate") +parser.add_option("-k", "--insecure", help = "Do not check SSL certificate") parser.add_option("-m", "--method", help = "API authentication method") parser.add_option("-s", "--session", help = "API session key") parser.add_option("-u", "--user", help = "API user name")