~marcoceppi/pyjuju/ssh-key-opt

« back to all changes in this revision

Viewing changes to juju/control/__init__.py

  • Committer: Marco Ceppi
  • Date: 2012-09-20 20:45:38 UTC
  • Revision ID: marco@ceppi.net-20120920204538-nuco9osuniv7eerq
Added -i flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        "--log-file", "-l", default=sys.stderr, type=argparse.FileType('a'),
110
110
        help="Log output to file")
111
111
 
 
112
    parser.add_argument(
 
113
        "--identity-file", "-i", help="SSH public key to authenticate with")
 
114
 
112
115
    subparsers = parser.add_subparsers()
113
116
 
114
117
    for module in subcommands: