]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
sort help text
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Jan 2025 16:25:10 +0000 (11:25 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 Jan 2025 20:36:21 +0000 (15:36 -0500)
scripts/jlibtool.c

index 916ab4de1ce169224175a96094171f7791e5ed86..fc8512114c27d1b43192f14e3e3e911fef40de00 100644 (file)
@@ -608,10 +608,9 @@ static void __attribute__((noreturn)) usage(int code)
        printf("Usage: jlibtool [OPTIONS...] COMMANDS...\n");
        printf("jlibtool is a replacement for GNU libtool with similar functionality.\n\n");
 
-       printf("  --show-config  show all configuration variables\n");
-       printf("                 Or --show-config=VALUE to see just one value\n");
        printf("  --debug                   enable verbose shell tracing\n");
        printf("  --dry-run                 display commands without modifying any files\n");
+       printf("  --export-all             Try to export 'def' file on some platforms\n");
        printf("  --help                    display this help message and exit\n");
        printf("  --target=TARGET           specify a target for cross-compilation\n");
        printf("  --toolset=(host|target)   which set of utilities we use\n");
@@ -619,10 +618,11 @@ static void __attribute__((noreturn)) usage(int code)
 
        printf("  --silent                 don't print informational messages\n");
        printf("  --tag=TAG                Ignored for libtool compatibility\n");
-       printf("  --version                print version information\n");
 
        printf("  --shared                 Build shared libraries when using --mode=link\n");
-       printf("  --export-all             Try to export 'def' file on some platforms\n");
+       printf("  --show-config            show all configuration variables\n");
+       printf("                           Or --show-config=VALUE to see just one value\n");
+       printf("  --version                print version information\n");
 
        printf("\nMODE must be one of the following:\n\n");
        printf("  compile                  compile a source file into a jlibtool object\n");