From d8fc1f79824b1c5d5e516ba61c4bd5e30d8bd313 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 21 Jan 2014 16:12:11 -0500 Subject: [PATCH] improve formatting of --help output from jack_property --- property.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/property.c b/property.c index 82bb0ad..b243750 100644 --- a/property.c +++ b/property.c @@ -25,12 +25,12 @@ show_usage (void) fprintf (stderr, " -d, --delete UUID Remove/delete all properties for \"UUID\"\n"); fprintf (stderr, " -D, --delete-all Remove/delete all properties\n"); fprintf (stderr, " --client Interpret UUID as a client name, not a UUID\n"); - fprintf (stderr, " --port Interpret UUID as a port name, not a UUID\n"); - fprintf (stderr, "Display options:\n"); + fprintf (stderr, " --port \tInterpret UUID as a port name, not a UUID\n"); + fprintf (stderr, "\nDisplay options:\n"); fprintf (stderr, " -l Show all properties\n"); - fprintf (stderr, " -l, --list UUID Show value all properties of UUID\n"); + fprintf (stderr, " -l, --list UUID \tShow value all properties of UUID\n"); fprintf (stderr, " -l, --list UUID key Show value for key of UUID\n"); - fprintf (stderr, "For more information see http://jackaudio.org/\n"); + fprintf (stderr, "\nFor more information see http://jackaudio.org/\n"); } static int