|
|
@@ -1099,7 +1099,7 @@ def cmd_interactive(options): |
|
|
for pos, (tag, value) in enumerate(tags): |
|
|
for pos, (tag, value) in enumerate(tags): |
|
|
print('%s) %s=%s' % (string.ascii_lowercase[pos], tag, value)) |
|
|
print('%s) %s=%s' % (string.ascii_lowercase[pos], tag, value)) |
|
|
|
|
|
|
|
|
print('Q) Save and quit') |
|
|
|
|
|
|
|
|
print('Q) Quit') |
|
|
|
|
|
|
|
|
print('Select option: ') |
|
|
print('Select option: ') |
|
|
|
|
|
|
|
|
|