Ah, I see you changed usage.sh here. I guess that kinda invalidates my comment for patch 1/5. On Fri, Jan 23, 2015 at 02:24:58PM +0100, Per Cederqvist wrote: > Signed-off-by: Per Cederqvist <cederp@xxxxxxxxx> > --- > Documentation/usage.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/usage.sh b/Documentation/usage.sh > index 629f546..9cc49f7 > --- a/Documentation/usage.sh > +++ b/Documentation/usage.sh > @@ -2,4 +2,4 @@ > > name=$(basename $1) > u=$(grep USAGE $1 | sed 's/USAGE="//' | sed 's/"$//') > -echo "'$name' $u" > usage-$name.txt > +echo "'`echo $name|sed -e 's/^guilt-/guilt /'`' $u" > usage-$name.txt Tiny nitpick: spaces around the |, otherwise looks good. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> > -- > 2.1.0 > -- Si hoc legere scis nimium eruditionis habes. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html