Home
last modified time | relevance | path

Searched refs:input_help (Results 1 – 1 of 1) sorted by relevance

/external/python/rsa/rsa/
Dcli.py100 input_help = 'Name of the file to %(operation)s. Reads from stdin if ' \ variable in CryptoOperation
111 self.input_help = self.input_help % self.__class__.__dict__
146 parser.add_option('-i', '--input', type='string', help=self.input_help)