diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2001-01-29 11:00:16 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2001-01-29 11:00:16 +0000 |
| commit | e50fa3d24715bcf2d59dab5d9c6a0105e087b5cf (patch) | |
| tree | bf4b509dc24c996e306697ca626f6a1790407a9f /sbin/tunefs | |
| parent | c83abe02aa8d11837535e932a4a19c351c7fc4d8 (diff) | |
Notes
Diffstat (limited to 'sbin/tunefs')
| -rw-r--r-- | sbin/tunefs/tunefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 924faa9b5045..734e01d75204 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -165,6 +165,7 @@ main(argc, argv) oflag = 1; break; case 'p': + found_arg = 1; pflag = 1; break; default: |
