Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  parse-options: clarify PARSE_OPT_NOARG description
  t3302 (notes): Port to Solaris
  • Loading branch information
Junio C Hamano committed Aug 24, 2010
2 parents 25641fc + ef45e4d commit b5442ca
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parse-options.h
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
* `flags`::
* mask of parse_opt_option_flags.
* PARSE_OPT_OPTARG: says that the argument is optional (not for BOOLEANs)
* PARSE_OPT_NOARG: says that this option takes no argument
* PARSE_OPT_NOARG: says that this option does not take an argument
* PARSE_OPT_NONEG: says that this option cannot be negated
* PARSE_OPT_HIDDEN: this option is skipped in the default usage, and
* shown only in the full usage.
2 changes: 1 addition & 1 deletion t/t3302-notes-index-expensive.sh
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ time_notes () {
for mode in no-notes notes
do
echo $mode
/usr/bin/time sh ../time_notes $mode $1
/usr/bin/time "$SHELL_PATH" ../time_notes $mode $1
done
}

0 comments on commit b5442ca

Please sign in to comment.