diff --git a/tldr.py b/tldr.py index ba00e15..d51a7d4 100755 --- a/tldr.py +++ b/tldr.py @@ -425,6 +425,13 @@ def main(): options.platform, options.language ) + if not result: + result = get_page( + command, + options.source, + options.platform, + "en" + ) if not result: sys.exit(( "`{cmd}` documentation is not available. "