added missing indentation to -h output of cgclear tool Signed-off-by: Ivana Hutarova Varekova <varek...@redhat.com> ---
src/tools/cgclear.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tools/cgclear.c b/src/tools/cgclear.c index 7580403..9cfc684 100644 --- a/src/tools/cgclear.c +++ b/src/tools/cgclear.c @@ -33,7 +33,7 @@ static void usage(int status, const char *program_name) " try %s -h' for more information.\n", program_name); } else { - printf("%s [-e] [-l config file] [-L directory] ...", + printf("%s [-e] [-l config file] [-L directory] ...\n", program_name); } } ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel