From a3ba7b9f60393445cce7e6128e9a82bcfade5f42 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Dec 2017 07:45:52 +0100 Subject: [PATCH] Reformat hist_importer epilog. --- scripts/hist_importer.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/hist_importer.py b/scripts/hist_importer.py index ba3369f5c..f4ad47062 100755 --- a/scripts/hist_importer.py +++ b/scripts/hist_importer.py @@ -33,11 +33,11 @@ def parse(): """Parse command line arguments.""" description = ("This program is meant to extract browser history from your" " previous browser and import them into qutebrowser.") - epilog = ("Databases:\n\n\tqutebrowser: Is named 'history.sqlite' and can be" - " found at your --basedir. In order to find where your basedir" - " is you can run ':open qute:version' inside qutebrowser." - "\n\n\tFirefox: Is named 'places.sqlite', and can be found at your" - " system's profile folder. Check this link for where it is " + epilog = ("Databases:\n\n\tqutebrowser: Is named 'history.sqlite' and can " + "be found at your --basedir. In order to find where your " + "basedir is you can run ':open qute:version' inside qutebrowser." + "\n\n\tFirefox: Is named 'places.sqlite', and can be found at " + "your system's profile folder. Check this link for where it is " "located: http://kb.mozillazine.org/Profile_folder" "\n\n\tChrome: Is named 'History', and can be found at the " "respective User Data Directory. Check this link for where it is"