On 16:25 Mon 05 Jan , henrik@xxxxxxxxx wrote: > From: Henrik Austad <henrik@xxxxxxxxx> > > tar handles switches with and witouth preceding '-', but the documentation should be s/witouth/without > consistent nonetheless. > > Signed-off-by: Henrik Austad <henrik@xxxxxxxxx> > --- > Documentation/user-manual.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt > index 5242a7e..19f571a 100644 > --- a/Documentation/user-manual.txt > +++ b/Documentation/user-manual.txt > @@ -1009,7 +1009,7 @@ $ git init > If you have some initial content (say, a tarball): > > ------------------------------------------------- > -$ tar -xzvf project.tar.gz > +$ tar xzvf project.tar.gz Btw, tar manpage uses dashed options in usage examples: tar -xvf foo.tar verbosely extract foo.tar ... > $ cd project > $ git init > $ git add . # include everything below ./ in the first commit: > -- > 1.6.1.36.g8430e -- 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