diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-11 13:57:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-11 13:57:52 -0400 |
commit | 39e92644fdb1063fc20f904a071e059655a5bb9f (patch) | |
tree | e5480830b53d2d0398cdc24f1b53b5803ba6238e /netnuke.c | |
parent | c9eb66a655d2c3f51ee0c07df5aa191d927fb56c (diff) | |
download | NetNuke-39e92644fdb1063fc20f904a071e059655a5bb9f.tar.gz |
Made the number of passes easier to understand.
Diffstat (limited to 'netnuke.c')
-rw-r--r-- | netnuke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); |