By popular request reinstate fakeidentd's standalone mode.
[oweals/busybox.git] / docs / autodocifier.pl
index 4acb6bdc8105e082e6e66104344b56286573b5f0..3aa838eb40cc74b5ba4f8cb7cf1bd778e30b75dd 100755 (executable)
@@ -25,6 +25,7 @@ sub beautify {
                my $text2 = $text;
                $text =~ s/SKIP_\w+\(.*?"\s*\)//sxg;
                $text =~ s/USE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
+               $text =~ s/USAGE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
                last if ( $text2 eq $text );
        }
        $text =~ s/"\s*"//sg;