]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Sort option descriptions in man page
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 11:35:01 +0000 (12:35 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Feb 2010 11:42:24 +0000 (12:42 +0100)
ccache.yo

index 151618529eb3500877c2fe33984f0d3a0ddd6afe..f802dca3687870160c8474f02269d55e493fd1e4 100644 (file)
--- a/ccache.yo
+++ b/ccache.yo
@@ -41,17 +41,6 @@ normal compiler options apply and you should refer to your compilers
 documentation.
 
 startdit()
-dit(bf(-h, --help)) Print a options summary page
-
-dit(bf(-s, --show-stats)) Print the current statistics summary for the
-cache. The statistics are stored spread across the subdirectories of
-the cache. Using "ccache -s" adds up the statistics across all
-subdirectories and prints the totals.
-
-dit(bf(-z, --zero-stats)) Zero the cache statistics.
-
-dit(bf(-V, --version)) Print the ccache version number
-
 dit(bf(-c, --cleanup)) Clean the cache and re-calculate the cache file
 count and size totals. Normally the -c option should not be necessary
 as ccache keeps the cache below the specified limits at runtime and
@@ -74,6 +63,17 @@ gigabytes, megabytes or kilobytes by appending a G, M or K to the
 value. The default is gigabytes. The actual value stored is rounded
 down to the nearest multiple of 16 kilobytes.
 
+dit(bf(-s, --show-stats)) Print the current statistics summary for the
+cache. The statistics are stored spread across the subdirectories of
+the cache. Using "ccache -s" adds up the statistics across all
+subdirectories and prints the totals.
+
+dit(bf(-z, --zero-stats)) Zero the cache statistics.
+
+dit(bf(-h, --help)) Print a options summary page.
+
+dit(bf(-V, --version)) Print version and copyright information.
+
 enddit()
 
 manpagesection(INSTALLATION)