aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathoc_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/pathoc_cmdline.py')
-rw-r--r--pathod/pathoc_cmdline.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pathod/pathoc_cmdline.py b/pathod/pathoc_cmdline.py
index 3b738d47..0854f6ad 100644
--- a/pathod/pathoc_cmdline.py
+++ b/pathod/pathoc_cmdline.py
@@ -208,6 +208,7 @@ def args_pathoc(argv, stdout=sys.stdout, stderr=sys.stderr):
reqs = []
for r in args.requests:
+ r = os.path.expanduser(r)
if os.path.isfile(r):
with open(r) as f:
r = f.read()