Revision d48031a1 lib/cli.py

b/lib/cli.py
51 51
           "FormatError", "SplitNodeOption", "SubmitOrSend",
52 52
           "JobSubmittedException", "FormatTimestamp", "ParseTimespec",
53 53
           "ToStderr", "ToStdout", "UsesRPC",
54
           "GetOnlineNodes", "JobExecutor", "SYNC_OPT",
54
           "GetOnlineNodes", "JobExecutor", "SYNC_OPT", "CONFIRM_OPT",
55 55
           ]
56 56

  
57 57

  
......
182 182
FORCE_OPT = make_option("-f", "--force", dest="force", action="store_true",
183 183
                        default=False, help="Force the operation")
184 184

  
185
CONFIRM_OPT = make_option("--yes", dest="confirm", action="store_true",
186
                          default=False, help="Do not require confirmation")
187

  
185 188
TAG_SRC_OPT = make_option("--from", dest="tags_source",
186 189
                          default=None, help="File with tag names")
187 190

  

Also available in: Unified diff