Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175436
b: refs/heads/master
c: bc3abfb
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Dec 10, 2009
1 parent dd49ce9 commit b3dd2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90b86a9f7dc22e7ff8e8c79ed553860454ff8dd9
refs/heads/master: bc3abfb1b50964ffbbd0fc4e1ffe598b1b63a8c7
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/parse-options.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ int usage_with_options_internal(const char * const *usagestr,
pos = fprintf(stderr, " ");
if (opts->short_name)
pos += fprintf(stderr, "-%c", opts->short_name);
else
pos += fprintf(stderr, " ");

if (opts->long_name && opts->short_name)
pos += fprintf(stderr, ", ");
if (opts->long_name)
Expand Down

0 comments on commit b3dd2e1

Please sign in to comment.