We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3411343 commit 8cf1700Copy full SHA for 8cf1700
src/conf.cpp
@@ -3683,8 +3683,8 @@ std::string cls_config::cat_desc(enum PARM_CAT pcat, bool shrt) {
3683
void cls_config::usage(void)
3684
{
3685
printf("Motion version %s\n",PACKAGE_VERSION);
3686
- printf("Copyright 2016-2026 Motion-Project maintainers\n");
3687
- printf("Copyright 2000-2015 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen\n");
+ printf("Copyright 2014-2026 Motion-Project maintainers\n");
+ printf("Copyright 2000-2014 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsen\n");
3688
printf("\nusage:\tmotion [options]\n");
3689
printf("\n\n");
3690
printf("Possible options:\n\n");
0 commit comments