From 39e92644fdb1063fc20f904a071e059655a5bb9f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 11 Sep 2009 17:57:52 +0000 Subject: Made the number of passes easier to understand. --- netnuke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netnuke.c b/netnuke.c index a99bd32..a438759 100644 --- a/netnuke.c +++ b/netnuke.c @@ -534,7 +534,7 @@ int main(int argc, char* argv[]) printf("Test mode: %s\n", udef_testmode ? "ENABLED" : "DISABLED"); printf("Block size: %d\n", udef_blocksize); printf("Wipe method: %s\n", nlstr); - printf("Pass #: %u\n", udef_passes); + printf("Num. of passes: %u\n", udef_passes); printf("Write mode: %cSYNC\n", udef_wmode ? 'A' : 0); } putchar('\n'); -- cgit