aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2009-06-05 00:43:10 -0400
committerJiri Kosina <jkosina@suse.cz>2009-06-12 12:01:51 -0400
commitff2f5ff0cf224780c3bd035d3e6ff4a30fcacae7 (patch)
tree62771c9a821c0808d5df79ea7eb1bf185f4ae117 /Documentation
parent3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50 (diff)
trivial: Remove the hyphen from git commands
Signed-off-by: Matt Kraai <kraai@ftbfs.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace/kmemtrace.txt2
1 files changed, 1 insertions, 1 deletions
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
64CONFIG_KMEMTRACE). 64CONFIG_KMEMTRACE).
65 65
662) Get the userspace tool and build it: 662) Get the userspace tool and build it:
67$ git-clone git://repo.or.cz/kmemtrace-user.git # current repository 67$ git clone git://repo.or.cz/kmemtrace-user.git # current repository
68$ cd kmemtrace-user/ 68$ cd kmemtrace-user/
69$ ./autogen.sh 69$ ./autogen.sh
70$ ./configure 70$ ./configure