Skip to content

Commit

Permalink
fix: [rssdir] made a clearer message for the missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Feb 11, 2024
1 parent d098301 commit a8e68ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/rssdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def complete_feed(myfeed):
maxitem = options.maxitem

if not args:
print("Missing directory")
parser.print_help()
sys.exit(0)

Expand Down

0 comments on commit a8e68ea

Please sign in to comment.