Reformat hist_importer epilog.
This commit is contained in:
parent
16e09d18fa
commit
a3ba7b9f60
@ -33,11 +33,11 @@ def parse():
|
|||||||
"""Parse command line arguments."""
|
"""Parse command line arguments."""
|
||||||
description = ("This program is meant to extract browser history from your"
|
description = ("This program is meant to extract browser history from your"
|
||||||
" previous browser and import them into qutebrowser.")
|
" previous browser and import them into qutebrowser.")
|
||||||
epilog = ("Databases:\n\n\tqutebrowser: Is named 'history.sqlite' and can be"
|
epilog = ("Databases:\n\n\tqutebrowser: Is named 'history.sqlite' and can "
|
||||||
" found at your --basedir. In order to find where your basedir"
|
"be found at your --basedir. In order to find where your "
|
||||||
" is you can run ':open qute:version' inside qutebrowser."
|
"basedir is you can run ':open qute:version' inside qutebrowser."
|
||||||
"\n\n\tFirefox: Is named 'places.sqlite', and can be found at your"
|
"\n\n\tFirefox: Is named 'places.sqlite', and can be found at "
|
||||||
" system's profile folder. Check this link for where it is "
|
"your system's profile folder. Check this link for where it is "
|
||||||
"located: http://kb.mozillazine.org/Profile_folder"
|
"located: http://kb.mozillazine.org/Profile_folder"
|
||||||
"\n\n\tChrome: Is named 'History', and can be found at the "
|
"\n\n\tChrome: Is named 'History', and can be found at the "
|
||||||
"respective User Data Directory. Check this link for where it is"
|
"respective User Data Directory. Check this link for where it is"
|
||||||
|
Loading…
Reference in New Issue
Block a user