summaryrefslogtreecommitdiffstats
path: root/pw/pw.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw.c')
-rw-r--r--pw/pw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pw/pw.c b/pw/pw.c
index 56e4103..112b1f0 100644
--- a/pw/pw.c
+++ b/pw/pw.c
@@ -323,6 +323,9 @@ main(int argc, char *argv[])
case 'q':
conf.quiet = true;
break;
+ case 'r':
+ conf.deletehome = true;
+ break;
default:
addarg(&arglist, ch, optarg);
break;