fix misplaced long option
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2716 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c661853315
commit
03987abebd
|
@ -4124,6 +4124,7 @@ int main(int argc, char **argv)
|
||||||
#ifdef ENABLE_COLOR
|
#ifdef ENABLE_COLOR
|
||||||
{"syntax", 1, NULL, 'Y'},
|
{"syntax", 1, NULL, 'Y'},
|
||||||
#endif
|
#endif
|
||||||
|
{"restricted", 0, NULL, 'Z'},
|
||||||
{"const", 0, NULL, 'c'},
|
{"const", 0, NULL, 'c'},
|
||||||
{"rebinddelete", 0, NULL, 'd'},
|
{"rebinddelete", 0, NULL, 'd'},
|
||||||
{"nofollow", 0, NULL, 'l'},
|
{"nofollow", 0, NULL, 'l'},
|
||||||
|
@ -4156,7 +4157,6 @@ int main(int argc, char **argv)
|
||||||
{"noconvert", 0, NULL, 'N'},
|
{"noconvert", 0, NULL, 'N'},
|
||||||
{"smooth", 0, NULL, 'S'},
|
{"smooth", 0, NULL, 'S'},
|
||||||
{"quickblank", 0, NULL, 'U'},
|
{"quickblank", 0, NULL, 'U'},
|
||||||
{"restricted", 0, NULL, 'Z'},
|
|
||||||
{"autoindent", 0, NULL, 'i'},
|
{"autoindent", 0, NULL, 'i'},
|
||||||
{"cut", 0, NULL, 'k'},
|
{"cut", 0, NULL, 'k'},
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue