rename "synopsis" to "usage".
[paraslash.git] / audiod.h
index ec8290b06a2330c5197d43f68a14e68782ad9b40..8ead33440ce2a77676844b48c4faba7d6fdcb2ba 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -55,7 +55,7 @@ struct audiod_command {
        /** one-line description of the command */
        const char *description;
        /** summary of the command line options */
-       const char *synopsis;
+       const char *usage;
        /** the long help text */
        const char *help;
 };