Skip to content

Commit

Permalink
Indicate acceptance of multiple <url> arguments in bookmark Usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Dec 2, 2024
1 parent d81c97a commit 808506e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5933,7 +5933,7 @@ Usage:
nb add todo [<todo-options>...]
nb archive [<notebook>]
nb bookmark [<ls-options>...]
nb bookmark [<notebook>:][<folder-path>/] <url>
nb bookmark [<notebook>:][<folder-path>/] <url>...
[-c <comment> | --comment <comment>] [--edit] [-e | --encrypt]
[-f <filename> | --filename <filename>] [--no-request]
[-q <quote> | --quote <quote>] [--save-source]
Expand Down Expand Up @@ -6438,7 +6438,7 @@ Shortcut Alias:
```text
Usage:
nb bookmark [<ls-options>...]
nb bookmark [<notebook>:][<folder-path>/] <url>
nb bookmark [<notebook>:][<folder-path>/] <url>...
[-c <comment> | --comment <comment>] [--edit] [-e | --encrypt]
[-f <filename> | --filename <filename>] [--no-request]
[-q <quote> | --quote <quote>] [--save-source]
Expand Down
4 changes: 2 additions & 2 deletions docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5939,7 +5939,7 @@ Usage:
nb add todo [<todo-options>...]
nb archive [<notebook>]
nb bookmark [<ls-options>...]
nb bookmark [<notebook>:][<folder-path>/] <url>
nb bookmark [<notebook>:][<folder-path>/] <url>...
[-c <comment> | --comment <comment>] [--edit] [-e | --encrypt]
[-f <filename> | --filename <filename>] [--no-request]
[-q <quote> | --quote <quote>] [--save-source]
Expand Down Expand Up @@ -6444,7 +6444,7 @@ Shortcut Alias:
```text
Usage:
nb bookmark [<ls-options>...]
nb bookmark [<notebook>:][<folder-path>/] <url>
nb bookmark [<notebook>:][<folder-path>/] <url>...
[-c <comment> | --comment <comment>] [--edit] [-e | --encrypt]
[-f <filename> | --filename <filename>] [--no-request]
[-q <quote> | --quote <quote>] [--save-source]
Expand Down
4 changes: 2 additions & 2 deletions nb
Original file line number Diff line number Diff line change
Expand Up @@ -4352,7 +4352,7 @@ $(_color_primary "Usage"):
${_ME} add todo [<todo-options>...]
${_ME} archive [<notebook>]
${_ME} bookmark [<ls-options>...]
${_ME} bookmark [<notebook>:][<folder-path>/] <url>
${_ME} bookmark [<notebook>:][<folder-path>/] <url>...
[-c <comment> | --comment <comment>] [--edit] [-e | --encrypt]
[-f <filename> | --filename <filename>] [--no-request]
[-q <quote> | --quote <quote>] [--save-source]
Expand Down Expand Up @@ -13195,7 +13195,7 @@ _describe_bookmark() {
cat <<HEREDOC
$(_color_primary "Usage"):
${_ME} bookmark [<ls-options>...]
${_ME} bookmark [<notebook>:][<folder-path>/] <url>
${_ME} bookmark [<notebook>:][<folder-path>/] <url>...
[-c <comment> | --comment <comment>] [--edit] [-e | --encrypt]
[-f <filename> | --filename <filename>] [--no-request]
[-q <quote> | --quote <quote>] [--save-source]
Expand Down

0 comments on commit 808506e

Please sign in to comment.