diff options
| author | 2020-05-24 16:48:42 +0200 | |
|---|---|---|
| committer | 2020-05-24 16:48:42 +0200 | |
| commit | 517a4f93b7032b06ff69488a70dbcb9ad8f02c6f (patch) | |
| tree | 61ebc51433217e17389bf1175539cf6fcf8a6734 | |
| parent | 56d6e1212a4dfb5be17ffd974af31ec43d660789 (diff) | |
| download | libplist-517a4f93b7032b06ff69488a70dbcb9ad8f02c6f.tar.gz libplist-517a4f93b7032b06ff69488a70dbcb9ad8f02c6f.tar.bz2 | |
plistutil: Improve usage text alignment
| -rw-r--r-- | tools/plistutil.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/plistutil.c b/tools/plistutil.c index 99f7e93..c7f1a3f 100644 --- a/tools/plistutil.c +++ b/tools/plistutil.c | |||
| @@ -48,10 +48,10 @@ static void print_usage(int argc, char *argv[]) | |||
| 48 | name = strrchr(argv[0], '/'); | 48 | name = strrchr(argv[0], '/'); |
| 49 | printf("Usage: %s -i|--infile FILE [-o|--outfile FILE] [-d|--debug]\n", (name ? name + 1: argv[0])); | 49 | printf("Usage: %s -i|--infile FILE [-o|--outfile FILE] [-d|--debug]\n", (name ? name + 1: argv[0])); |
| 50 | printf("Convert a plist FILE from binary to XML format or vice-versa.\n\n"); | 50 | printf("Convert a plist FILE from binary to XML format or vice-versa.\n\n"); |
| 51 | printf(" -i, --infile FILE\tOptional FILE to convert from or stdin if - or not used\n"); | 51 | printf(" -i, --infile FILE Optional FILE to convert from or stdin if - or not used\n"); |
| 52 | printf(" -o, --outfile FILE\tOptional FILE to convert to or stdout if - or not used\n"); | 52 | printf(" -o, --outfile FILE Optional FILE to convert to or stdout if - or not used\n"); |
| 53 | printf(" -f, --format [bin|xml]\t\tForce output format, regardless of input type\n"); | 53 | printf(" -f, --format [bin|xml] Force output format, regardless of input type\n"); |
| 54 | printf(" -d, --debug\t\tEnable extended debug output\n"); | 54 | printf(" -d, --debug Enable extended debug output\n"); |
| 55 | printf("\n"); | 55 | printf("\n"); |
| 56 | } | 56 | } |
| 57 | 57 | ||
