Remove the "undocumented" comment in re lflag.
This commit is contained in:
parent
0ee76202d0
commit
6714dac4b4
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user