diff --git a/ipwb/__main__.py b/ipwb/__main__.py index b3aa2e06..13660b5a 100644 --- a/ipwb/__main__.py +++ b/ipwb/__main__.py @@ -64,7 +64,7 @@ def checkArgs_replay(args): else: print('ERROR: An index file must be specified if not piping, e.g.,') print(("> ipwb replay " - f"{os.path.join('', 'path', 'to', 'your', 'index.cdxj')}\n")) + f"{os.path.join('path', 'to', 'your', 'index.cdxj')}\n")) args.onError() sys.exit()