From d1cc007136ec4307d27b4515014ab49909747ce3 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 16 Jun 2005 17:26:01 +0000 Subject: [PATCH] in usage(), remove inaccurate default listed for -Q/--quotestr git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2698 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 1 + src/nano.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bccd4415..244cfac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -183,6 +183,7 @@ CVS code - usage() - Add missing N_() around one message, so that it isn't erroneously translated twice. (DLR) + - Remove inaccurate default listed for -Q/--quotestr. (DLR) do_tab() - Remove unneeded variable kbinput. (DLR) do_int_spell_fix() diff --git a/src/nano.c b/src/nano.c index e9035a5e..372113c7 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1049,7 +1049,7 @@ void usage(void) print1opt("-O", "--morespace", N_("Use more space for editing")); #ifndef DISABLE_JUSTIFY print1opt(_("-Q [str]"), _("--quotestr=[str]"), - N_("Quoting string, default \"> \"")); + N_("Quoting string")); #endif #ifndef NANO_SMALL print1opt("-S", "--smooth", N_("Smooth scrolling")); -- 2.39.5