trivial: Remove the hyphen from git commands
authorMatt Kraai <kraai@ftbfs.org>
Fri, 5 Jun 2009 04:43:10 +0000 (21:43 -0700)
committerJiri Kosina <jkosina@suse.cz>
Fri, 12 Jun 2009 16:01:51 +0000 (18:01 +0200)
Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
.gitignore
Documentation/trace/kmemtrace.txt

index 51bd99d..caa8395 100644 (file)
@@ -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.
 #
index a956d9b..6308735 100644 (file)
@@ -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