Index: hooks.c =================================================================== --- hooks.c (revision 30889) +++ hooks.c (revision 30890) @@ -49,9 +49,7 @@ { rnd_help1("pcb-rnd"); - printf(" --coord=32|64 set coordinate integer type's width in bits\n"); printf(" --dot_pcb_rnd=path .pcb-rnd config path under $HOME/\n"); - printf(" --workaround-gtk-ctrl enable GTK control key query workaround\n"); } /* Runs when a custom command line argument is found Index: librnd/scconfig/hooks_common.h =================================================================== --- librnd/scconfig/hooks_common.h (revision 30889) +++ librnd/scconfig/hooks_common.h (revision 30890) @@ -22,6 +22,8 @@ printf(" --man1dir=path change installation path of man1 files (under prefix)\n"); printf(" --libarchdir=relpath relative path under prefix for arch-lib-dir (e.g. lib64)\n"); printf(" --confdir=path change installed conf path (normally matches sharedir)\n"); + printf(" --coord=32|64 set coordinate integer type's width in bits\n"); + printf(" --workaround-gtk-ctrl enable GTK control key query workaround\n"); printf(" --all=plugin enable all working plugins for dynamic load\n"); printf(" --all=buildin enable all working plugins for static link\n"); printf(" --all=disable disable all plugins (compile core only)\n");