diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-04-12 21:47:25 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-04-12 21:47:25 +0200 |
commit | f44f8881c89fcb2e6e59a64dd1401cc8097d1306 (patch) | |
tree | c5afd1b07497c70777b337c0725540c605829e06 /cli.c | |
parent | b15ef62a0f3d1ed4793ea8d8ca497b35236055ae (diff) | |
download | pcitool-f44f8881c89fcb2e6e59a64dd1401cc8097d1306.tar.gz pcitool-f44f8881c89fcb2e6e59a64dd1401cc8097d1306.tar.bz2 pcitool-f44f8881c89fcb2e6e59a64dd1401cc8097d1306.tar.xz pcitool-f44f8881c89fcb2e6e59a64dd1401cc8097d1306.zip |
clean up
Diffstat (limited to 'cli.c')
-rw-r--r-- | cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ void Usage(int argc, char *argv[], const char *format, ...) { " -p - Performance Evaluation\n" " -r <addr|reg> - Read Data/Register\n" " -w <addr|reg> - Write Data/Register\n" -" -g <event> - Grab Event\n" +" -g [event] - Grab Event\n" " --reset - Reset board\n" " --help - Help message\n" "\n" |