mirror of
https://github.com/adulau/rss-tools.git
synced 2024-11-07 12:06:25 +00:00
fix: [rssdir] made a clearer message for the missing directory
This commit is contained in:
parent
d098301d39
commit
a8e68ea93a
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ else:
|
|||
maxitem = options.maxitem
|
||||
|
||||
if not args:
|
||||
print("Missing directory")
|
||||
parser.print_help()
|
||||
sys.exit(0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue