Navigation Menu

Skip to content

Commit

Permalink
Describe about "value:" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent ca94bbc commit e86ac73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/droonga-add
Expand Up @@ -26,7 +26,8 @@ module Droonga
parse_options do |option|
option.banner("Usage: droonga-add [options]\n" +
" ex: droonga-add --table User --name Adam --age 10\n" +
" droonga-add --table Server --value:host example.com")
" droonga-add --table Server --value:host example.com\n" +
" (You can specify column value expressly with the prefix \"value:\".)")

option.on("table=",
"Name of the target table.",
Expand Down

0 comments on commit e86ac73

Please sign in to comment.