commit 4c75faa211cce3a617afc12858920a11849438a2
parent 7d367710aedb8a12aac749a30fee81a168408731
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 14 Feb 2005 05:37:09 +0000
typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2321 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nano.c b/src/nano.c
@@ -942,7 +942,7 @@ void usage(void)
print1opt(_("-T [#cols]"), _("--tabsize=[#cols]"), N_("Set width of a tab in cols to #cols"));
print1opt("-V", "--version", N_("Print version information and exit"));
#ifdef ENABLE_COLOR
- print1opt(_("-Y [str]"), _("--syntax [str]"), N_("Syntax definition to use"));
+ print1opt(_("-Y [str]"), _("--syntax=[str]"), N_("Syntax definition to use"));
#endif
print1opt("-Z", "--restricted", N_("Restricted mode"));
print1opt("-c", "--const", N_("Constantly show cursor position"));