equal
deleted
inserted
replaced
58 # templates of common command options |
58 # templates of common command options |
59 |
59 |
60 dryrunopts = [ |
60 dryrunopts = [ |
61 ('n', 'dry-run', None, |
61 ('n', 'dry-run', None, |
62 _('do not perform actions, just print output')), |
62 _('do not perform actions, just print output')), |
|
63 ] |
|
64 |
|
65 confirmopts = [ |
|
66 ('', 'confirm', None, |
|
67 _('ask before applying actions')), |
63 ] |
68 ] |
64 |
69 |
65 remoteopts = [ |
70 remoteopts = [ |
66 ('e', 'ssh', '', |
71 ('e', 'ssh', '', |
67 _('specify ssh command to use'), _('CMD')), |
72 _('specify ssh command to use'), _('CMD')), |