Doc
authorJulien Desfossez <julien.desfossez@efficios.com>
Wed, 22 Feb 2012 02:56:55 +0000 (21:56 -0500)
committerJulien Desfossez <julien.desfossez@efficios.com>
Wed, 22 Feb 2012 02:56:55 +0000 (21:56 -0500)
Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
README
src/lttngtop.c

diff --git a/README b/README
index 592e10948fde996112ed440cc33851ea60540b82..4bb510cae2b7cf94f7dbc14daa7d5390ad05e3ce 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-lttngtop
+LTTngTop
 Julien Desfossez <julien.desfossez@polymtl.ca>
 August 2011
 
@@ -22,16 +22,6 @@ $ lttngtop /path/to/your/trace
 
 Make sure you have read permissions on the whole directory.
 
-NOTE
-----
-
-Since this is an early release of lttngtop, it is still inside the babeltrace
-source tree. As soon as all babeltrace dependencies are  available from the
-library and header files, lttngtop will be in its own repository. Until then,
-changes in the babeltrace source tree will be merged in this tree to avoid
-conflicts. This repository doesn't install the babeltrace binary, or any of its
-libraries. This way you can safely install it in the default locations.
-
 EXAMPLE
 -------
 
@@ -66,14 +56,12 @@ To compile Babeltrace and lttngtop, you will need:
        glib 2.22 or better development libraries
          (Debian : libglib2.0-0, libglib2.0-dev)
          (Fedora : glib2, glib2-devel)
-       uuid development libraries
-         (Debian : uuid-dev)
-         (Fedora : uuid-devel)
        libpopt >= 1.13 development libraries
          (Debian : libpopt-dev)
          (Fedora : popt)
        ncurses development libraries
          (Debian : libncurses5-dev)
+       babeltrace development library
 
 For developers using the git tree:
 
index 924864b32fb9f50710717ee7ed07642a8c0ffca6..52bf6e98bf77e7cd9a9d484f442db94e9afbb9ad 100644 (file)
@@ -334,9 +334,10 @@ void init_lttngtop()
        lttngtop.cpu_table = g_ptr_array_new();
 }
 
-void usage(FILE *fd)
+void usage(FILE *fp)
 {
-
+       fprintf(fp, "LTTngTop %s\n\n", VERSION);
+       fprintf(fp, "Usage : lttngtop /path/to/trace\n");
 }
 
 /*
This page took 0.024292 seconds and 4 git commands to generate.