From: Matt Kraai Date: Fri, 5 Jun 2009 04:43:10 +0000 (-0700) Subject: trivial: Remove the hyphen from git commands X-Git-Tag: v2.6.31-rc1~341^2~4 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=ff2f5ff0cf224780c3bd035d3e6ff4a30fcacae7;p=net-next-2.6.git trivial: Remove the hyphen from git commands Signed-off-by: Matt Kraai Signed-off-by: Jiri Kosina --- diff --git a/.gitignore b/.gitignore index 51bd99d6a26..caa8395f635 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# NOTE! Please use 'git-ls-files -i --exclude-standard' +# NOTE! Please use 'git ls-files -i --exclude-standard' # command after changing this file, to see if there are # any tracked files which get ignored after the change. # diff --git a/Documentation/trace/kmemtrace.txt b/Documentation/trace/kmemtrace.txt index a956d9b7f94..6308735e58c 100644 --- a/Documentation/trace/kmemtrace.txt +++ b/Documentation/trace/kmemtrace.txt @@ -64,7 +64,7 @@ III. Quick usage guide CONFIG_KMEMTRACE). 2) Get the userspace tool and build it: -$ git-clone git://repo.or.cz/kmemtrace-user.git # current repository +$ git clone git://repo.or.cz/kmemtrace-user.git # current repository $ cd kmemtrace-user/ $ ./autogen.sh $ ./configure