mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 02:53:48 +01:00
Fix description of delbmark.
Thanks to Pavel Borzenkov.
This commit is contained in:
parent
b07b8ffa34
commit
b92d4a48a1
@ -201,7 +201,7 @@ Command commands[] = {
|
||||
{"bmark", "b", cmd_bookmark, 0, "Bookmark current page" },
|
||||
{"close", "c", cmd_close, 0, "Close current file" },
|
||||
{"coffset", 0, cmd_correct_offset, 0, "Correct page offset" },
|
||||
{"delbmark", 0, cmd_delete_bookmark, cc_bookmark, "Bookmark current page" },
|
||||
{"delbmark", 0, cmd_delete_bookmark, cc_bookmark, "Delete bookmark" },
|
||||
{"export", "e", cmd_export, cc_export, "Export images or attached files" },
|
||||
{"info", "i", cmd_info, 0, "Show information about the document" },
|
||||
{"map", "m", cmd_map, 0, "Map keybinding to a function" },
|
||||
|
Loading…
Reference in New Issue
Block a user