X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=dd5184f4ca5beb3d6fbdeeaec6f2000a5409a80b;hp=bd2b0500fbc2d6d0a729b4ad27ba2144bb6c882f;hb=1446f99e3adc59d868726382a2ac7cec105372a7;hpb=dc4030458f9af07d5719cfbff0a47cd16f1847f7 diff --git a/server.h b/server.h index bd2b0500..dd5184f4 100644 --- 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; };