Commit ff2f5ff0cf224780c3bd035d3e6ff4a30fcacae7

Authored by Matt Kraai
Committed by Jiri Kosina
1 parent 3ac49a1c99

trivial: Remove the hyphen from git commands

Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -3,7 +3,7 @@
3 3 # subdirectories here. Add them in the ".gitignore" file
4 4 # in that subdirectory instead.
5 5 #
6   -# NOTE! Please use 'git-ls-files -i --exclude-standard'
  6 +# NOTE! Please use 'git ls-files -i --exclude-standard'
7 7 # command after changing this file, to see if there are
8 8 # any tracked files which get ignored after the change.
9 9 #
Documentation/trace/kmemtrace.txt
... ... @@ -64,7 +64,7 @@
64 64 CONFIG_KMEMTRACE).
65 65  
66 66 2) 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 68 $ cd kmemtrace-user/
69 69 $ ./autogen.sh
70 70 $ ./configure