Commit d1cc0071 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

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
parent 25fb1025
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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()
......
......@@ -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"));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment