From eea675e1f33d29550c9f3e90eb6b6b2402e5ef37 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 28 Jan 2020 14:59:23 +0200 Subject: Add bookmarks toolbar Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder. --- src/bookmarks/builtins.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/bookmarks/builtins.cpp') diff --git a/src/bookmarks/builtins.cpp b/src/bookmarks/builtins.cpp index 259bfa6..2e97e1a 100644 --- a/src/bookmarks/builtins.cpp +++ b/src/bookmarks/builtins.cpp @@ -7,7 +7,7 @@ */ #include "builtins.h" -#include "bookmarkformat.h" +#include "bookmarkmodel.h" #include "configuration.h" #include #include @@ -18,8 +18,7 @@ int builtins::bookmarks(const std::string &progname, std::vector::c { args::ArgumentParser parser("bookmarks", "If an output location is not specified, this command will append imported bookmarks to the browser's bookmarks.\n" - "If an output location is specified, this command will load all XBEL-format bookmarks, then all JSON-format bookmarks, and write them to the output location." - ); + "If an output location is specified, this command will load all XBEL-format bookmarks, then all JSON-format bookmarks, and write them to the output location."); parser.Prog(progname); args::HelpFlag help(parser, "help", "Display this help message and exit.", { 'h', "help" }); -- cgit v1.2.1