This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
medashare
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
now that updates are immediately written, name it just quit
main
John-Mark Gurney
2 years ago
parent
003612d47e
commit
46e88fde76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 q
uit')
print('Q)
Q
uit')
print('Select option: ')
Write
Preview
Loading…
Cancel
Save