Revision 9cdb9578 tools/burnin

b/tools/burnin
114 114
                 default=128, type="unit", metavar="<size>",
115 115
                 completion_suggest=("128M 256M 512M 1G 4G 8G"
116 116
                                     " 12G 16G").split()),
117
  cli.cli_option("-v", "--verbose",
118
                 action="store_true", dest="verbose", default=False,
119
                 help="print command execution messages to stdout"),
117
  cli.VERBOSE_OPT,
120 118
  cli.cli_option("--no-replace1", dest="do_replace1",
121 119
                 help="Skip disk replacement with the same secondary",
122 120
                 action="store_false", default=True),

Also available in: Unified diff