From bbec1b570b8b1edff7f2a39b0b86d625445dbaf2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 3 May 2016 21:47:11 +0100 Subject: [PATCH] utils: Add a README file describing briefly the purpose of this directory. .. and where to find the real documentation. Updates commit 3b581a727c9e906f9d9b10e2f73ed853ab324fd0. --- utils/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/README diff --git a/utils/README b/utils/README new file mode 100644 index 000000000..ceaaadd3a --- /dev/null +++ b/utils/README @@ -0,0 +1,7 @@ +This directory contains miscellaneous utilities for profiling and +testing libguestfs. For more information see guestfs-performance(1). + +For libguestfs tools you should look in the specific tool directories +such as cat/, df/, etc. + +For an overview of libguestfs directories, see guestfs-hacking(1).