]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
rename "synopsis" to "usage".
[paraslash.git] / server.h
index bd2b0500fbc2d6d0a729b4ad27ba2144bb6c882f..dd5184f4ca5beb3d6fbdeeaec6f2000a5409a80b 100644 (file)
--- a/server.h
+++ b/server.h
@@ -37,7 +37,7 @@ struct server_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;
 };