Commit ff2f5ff0 authored by Matt Kraai's avatar Matt Kraai Committed by Jiri Kosina

trivial: Remove the hyphen from git commands

Signed-off-by: default avatarMatt Kraai <kraai@ftbfs.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3ac49a1c
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# subdirectories here. Add them in the ".gitignore" file # subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead. # 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 # command after changing this file, to see if there are
# any tracked files which get ignored after the change. # any tracked files which get ignored after the change.
# #
......
...@@ -64,7 +64,7 @@ III. Quick usage guide ...@@ -64,7 +64,7 @@ III. Quick usage guide
CONFIG_KMEMTRACE). CONFIG_KMEMTRACE).
2) Get the userspace tool and build it: 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/ $ cd kmemtrace-user/
$ ./autogen.sh $ ./autogen.sh
$ ./configure $ ./configure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment