Browse Source

now that updates are immediately written, name it just quit

main
John-Mark Gurney 2 years ago
parent
commit
46e88fde76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ui/medashare/cli.py

+ 1
- 1
ui/medashare/cli.py View File

@@ -1099,7 +1099,7 @@ def cmd_interactive(options):
for pos, (tag, value) in enumerate(tags):
print('%s) %s=%s' % (string.ascii_lowercase[pos], tag, value))

print('Q) Save and quit')
print('Q) Quit')

print('Select option: ')



Loading…
Cancel
Save