Skip to content

Commit

Permalink
trivial: Remove the hyphen from git commands
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
kraai authored and Jiri Kosina committed Jun 12, 2009
1 parent 3ac49a1 commit ff2f5ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion Documentation/trace/kmemtrace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff2f5ff

Please sign in to comment.