Do not use tabulations in Usage strings.

This commit is contained in:
nekral-guest
2007-11-24 22:41:24 +00:00
parent 0e400eae56
commit 6831c45533
27 changed files with 2853 additions and 2650 deletions

View File

@ -80,7 +80,7 @@ static void usage (void)
{
fprintf (stderr, _("Usage: %s [options] [input]\n"
"\n"
" -c, --crypt-method the crypt method (one of %s)\n"
" -c, --crypt-method the crypt method (one of %s)\n"
"%s"
"\n"),
Prog,
@ -88,7 +88,8 @@ static void usage (void)
"NONE DES MD5", ""
#else
"NONE DES MD5 SHA256 SHA512",
_(" -s, --sha-rounds number of SHA rounds for the SHA* crypt algorithms\n")
_(" -s, --sha-rounds number of SHA rounds for the SHA*\n"
" crypt algorithms\n")
#endif
);
exit (1);