Skip to content

Commit

Permalink
add newline to version output
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Feb 12, 2012
1 parent f5ae960 commit 50c4739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsstail/main.py
Expand Up @@ -351,7 +351,7 @@ def main():

if o.version:
from rsstail.version import version_verbose
stdout.write(version_verbose())
stdout.write(version_verbose()+'\n')
sys.exit(0)

if len(args) == 0:
Expand Down

0 comments on commit 50c4739

Please sign in to comment.