@@ -537,16 +537,16 @@ static int add(int argc, const char **argv, const char *prefix)
537537 const unsigned char * note ;
538538 struct msg_arg msg = { 0 , 0 , STRBUF_INIT };
539539 struct option options [] = {
540- { OPTION_CALLBACK , 'm' , "message" , & msg , "MSG " ,
540+ { OPTION_CALLBACK , 'm' , "message" , & msg , "msg " ,
541541 "note contents as a string" , PARSE_OPT_NONEG ,
542542 parse_msg_arg },
543- { OPTION_CALLBACK , 'F' , "file" , & msg , "FILE " ,
543+ { OPTION_CALLBACK , 'F' , "file" , & msg , "file " ,
544544 "note contents in a file" , PARSE_OPT_NONEG ,
545545 parse_file_arg },
546- { OPTION_CALLBACK , 'c' , "reedit-message" , & msg , "OBJECT " ,
546+ { OPTION_CALLBACK , 'c' , "reedit-message" , & msg , "object " ,
547547 "reuse and edit specified note object" , PARSE_OPT_NONEG ,
548548 parse_reedit_arg },
549- { OPTION_CALLBACK , 'C' , "reuse-message" , & msg , "OBJECT " ,
549+ { OPTION_CALLBACK , 'C' , "reuse-message" , & msg , "object " ,
550550 "reuse specified note object" , PARSE_OPT_NONEG ,
551551 parse_reuse_arg },
552552 OPT__FORCE (& force , "replace existing notes" ),
@@ -682,16 +682,16 @@ static int append_edit(int argc, const char **argv, const char *prefix)
682682 const char * const * usage ;
683683 struct msg_arg msg = { 0 , 0 , STRBUF_INIT };
684684 struct option options [] = {
685- { OPTION_CALLBACK , 'm' , "message" , & msg , "MSG " ,
685+ { OPTION_CALLBACK , 'm' , "message" , & msg , "msg " ,
686686 "note contents as a string" , PARSE_OPT_NONEG ,
687687 parse_msg_arg },
688- { OPTION_CALLBACK , 'F' , "file" , & msg , "FILE " ,
688+ { OPTION_CALLBACK , 'F' , "file" , & msg , "file " ,
689689 "note contents in a file" , PARSE_OPT_NONEG ,
690690 parse_file_arg },
691- { OPTION_CALLBACK , 'c' , "reedit-message" , & msg , "OBJECT " ,
691+ { OPTION_CALLBACK , 'c' , "reedit-message" , & msg , "object " ,
692692 "reuse and edit specified note object" , PARSE_OPT_NONEG ,
693693 parse_reedit_arg },
694- { OPTION_CALLBACK , 'C' , "reuse-message" , & msg , "OBJECT " ,
694+ { OPTION_CALLBACK , 'C' , "reuse-message" , & msg , "object " ,
695695 "reuse specified note object" , PARSE_OPT_NONEG ,
696696 parse_reuse_arg },
697697 OPT_END ()
0 commit comments