diff options
author | Matt Kraai <kraai@ftbfs.org> | 2009-06-04 21:43:10 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 18:01:51 +0200 |
commit | ff2f5ff0cf224780c3bd035d3e6ff4a30fcacae7 (patch) | |
tree | 62771c9a821c0808d5df79ea7eb1bf185f4ae117 | |
parent | 3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50 (diff) | |
download | linux-ff2f5ff0cf224780c3bd035d3e6ff4a30fcacae7.tar.gz linux-ff2f5ff0cf224780c3bd035d3e6ff4a30fcacae7.tar.bz2 linux-ff2f5ff0cf224780c3bd035d3e6ff4a30fcacae7.zip |
trivial: Remove the hyphen from git commands
Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Documentation/trace/kmemtrace.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 51bd99d6a260..caa8395f6358 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 a956d9b7f943..6308735e58ca 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 |