diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-06-11 15:55:00 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-06-11 15:55:00 -0400 |
commit | 2cf225282048b4e2fd5dd8d896e2872bd057df06 (patch) | |
tree | 660c96476f1b6cbf7379d7df16a260595b3309a2 | |
parent | 9237850dcaab90b2d90a79b6611d02f567823754 (diff) |
cli.markdown modifications
- removed reference to a download page that doesn't exist
- fixed typo
-rw-r--r-- | doc/cli.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/cli.markdown b/doc/cli.markdown index fcec55b..3d7a636 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -6,8 +6,7 @@ utilities are written in C and utilize OpenMP for multithreading. ## Quikr\_train ## The quikr\_train is a tool to train a database for use with the quikr tool. -Before running the quikr utility, you need to generate the sensing matqrix or -download a pretrained matrix from our database\_download.html. +Before running the quikr utility, you need to generate the sensing matrix. ### Usage ### quikr\_train returns a custom sensing matrix that can be used with the quikr |