aboutsummaryrefslogtreecommitdiff
path: root/netnuke.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-11 13:57:52 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-11 13:57:52 -0400
commit39e92644fdb1063fc20f904a071e059655a5bb9f (patch)
treee5480830b53d2d0398cdc24f1b53b5803ba6238e /netnuke.c
parentc9eb66a655d2c3f51ee0c07df5aa191d927fb56c (diff)
downloadNetNuke-39e92644fdb1063fc20f904a071e059655a5bb9f.tar.gz
Made the number of passes easier to understand.
Diffstat (limited to 'netnuke.c')
-rw-r--r--netnuke.c2
1 files changed, 1 insertions, 1 deletions
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');