mirror of
https://github.com/go-shiori/shiori.git
synced 2025-11-10 07:11:17 +08:00
Minor improvement in cmd description
This commit is contained in:
parent
64c62d6b12
commit
f68835fdef
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ func updateCmd() *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "update [indices]",
|
Use: "update [indices]",
|
||||||
Short: "Update the saved bookmarks",
|
Short: "Update the saved bookmarks",
|
||||||
Long: "Update fields of an existing bookmark. " +
|
Long: "Update fields and archive of an existing bookmark. " +
|
||||||
"Accepts space-separated list of indices (e.g. 5 6 23 4 110 45), " +
|
"Accepts space-separated list of indices (e.g. 5 6 23 4 110 45), " +
|
||||||
"hyphenated range (e.g. 100-200) or both (e.g. 1-3 7 9). " +
|
"hyphenated range (e.g. 100-200) or both (e.g. 1-3 7 9). " +
|
||||||
"If no arguments, ALL bookmarks will be updated. Update works differently depending on the flags:\n" +
|
"If no arguments, ALL bookmarks will be updated. Update works differently depending on the flags:\n" +
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue