Remove the "undocumented" comment in re lflag.

This commit is contained in:
Nik Clayton 2001-05-24 09:28:59 +00:00
parent 0ee76202d0
commit 6714dac4b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77122

View File

@ -82,7 +82,7 @@ main(int argc, char *argv[])
case 'd':
howto |= RB_DUMP;
break;
case 'l': /* Undocumented; used by shutdown. */
case 'l':
lflag = 1;
break;
case 'n':